hide term vocabulary constructors and create factory methods instead
[cdmlib.git] / cdmlib-commons / pom.xml
index b7f2bb24ba5b46fdc18ebd7fe61b62d6b2a8477d..5a54ef86ed67d6f074c631ce459f097892bca322 100644 (file)
@@ -7,7 +7,8 @@
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>cdmlib-parent</artifactId>
-    <version>2.1</version>
+    <version>3.0</version>
+       <relativePath>pom.xml</relativePath>
   </parent>
   
   <modelVersion>4.0.0</modelVersion>
@@ -23,7 +24,7 @@
   <dependencies>
     <dependency>
       <groupId>org.springframework</groupId>
-      <artifactId>spring-test</artifactId>
+      <artifactId>org.springframework.test</artifactId>
     </dependency>
     <dependency>
       <groupId>jdom</groupId>
       <groupId>org.apache.poi</groupId>
       <artifactId>poi</artifactId>
     </dependency>
+    
+       <dependency>
+          <groupId>commons-lang</groupId>
+          <artifactId>commons-lang</artifactId>
+       </dependency>
 \r
 \r
-    <!--  ImageMetadata  -->\r
+    <!--  ImageMetadata  -->
+    \r
+    <!-- deprecated -->
+    <!--\r
     <dependency>
-      <!-- deprecated -->\r
     <groupId>org.devlib.schmidt</groupId>\r
     <artifactId>imageinfo</artifactId>\r
     <version>1.7</version>\r
     </dependency>
+    -->
     
     <dependency>
       <groupId>org.apache.sanselan</groupId>
       <artifactId>sanselan</artifactId>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
     </dependency>\r
-    \r
-\r
+   \r
   </dependencies>
 </project>
\ No newline at end of file