Changeset 5587


Ignore:
Timestamp:
08/21/14 09:17:43 (10 years ago)
Author:
Twan Goosen
Message:

Leipzig PID services are now a dependency
Refs #581

Location:
VirtualCollectionRegistry/trunk/VirtualCollectionRegistry
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/pom.xml

    r5558 r5587  
    3232            <name>GNU General Public License Version 3 (GPLv3)</name>
    3333            <url>http://www.gnu.org/licenses/gpl-3.0.txt</url>
    34           </license>
     34        </license>
    3535    </licenses>
    3636
     
    184184            </exclusions>
    185185        </dependency>
    186 
    187         <!--
    188             Below: libraries required for de.uni_leipzig.* EPIC library
    189            
    190             TODO: replace with dependency on detached library once available
    191 
    192             <dependency>
    193                 <groupId>de.uni_leipzig.asv</groupId>
    194                 <artifactId>clarin.webservices.pidservices2</artifactId>
    195                 <version>2.0.6-SNAPSHOT</version>
    196             </dependency>
    197         -->
    198 
    199         <dependency>
    200             <groupId>com.sun.jersey.contribs</groupId>
    201             <artifactId>jersey-apache-client</artifactId>
    202             <version>${jersey.version}</version>
    203         </dependency>
    204 
    205         <dependency>
    206             <groupId>com.jayway.jsonpath</groupId>
    207             <artifactId>json-path</artifactId>
    208             <version>0.9.1</version>
    209         </dependency>
    210 
    211         <dependency>
    212             <groupId>net.sf.json-lib</groupId>
    213             <artifactId>json-lib</artifactId>
    214             <version>2.4</version>
    215             <classifier>jdk15</classifier>
     186       
     187        <dependency>
     188            <groupId>de.uni_leipzig.asv</groupId>
     189            <artifactId>clarin.webservices.pidservices2</artifactId>
     190            <version>2.1.0</version>
    216191        </dependency>
    217192
     
    222197            <type>jar</type>
    223198        </dependency>
    224 
     199       
    225200        <dependency>
    226201            <groupId>org.apache.wicket</groupId>
     
    602577                    </execution>
    603578                </executions>
    604 <!--                <configuration>
     579                <!--                <configuration>
    605580                    <sassSourceDirectory>src/main/webapp/css</sassSourceDirectory>
    606581                </configuration>-->
  • VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/java/eu/clarin/cmdi/virtualcollectionregistry/pid/GWDGPersistentIdentifierProvider.java

    r5417 r5587  
    1717import javax.xml.stream.XMLStreamConstants;
    1818import javax.xml.stream.XMLStreamReader;
    19 
    2019import org.apache.http.HttpEntity;
    2120import org.apache.http.HttpResponse;
     
    3231import org.apache.http.protocol.HttpContext;
    3332import org.apache.http.util.EntityUtils;
     33
    3434import org.slf4j.Logger;
    3535import org.slf4j.LoggerFactory;
Note: See TracChangeset for help on using the changeset viewer.