bugfix for parsing of authors like d'XXX
[cdmlib.git] / cdmlib-commons / pom.xml
index 4f9bbdcf45b7a43fa87d81d5e4cc158ea3e0e260..59ee48604f41abf08d888356cb76450ce059862b 100644 (file)
@@ -7,11 +7,13 @@
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>cdmlib-parent</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>2.5</version>
+       <relativePath>pom.xml</relativePath>
   </parent>
+  
   <modelVersion>4.0.0</modelVersion>
   <artifactId>cdmlib-commons</artifactId>
-  <name>EDIT CDM Library Commons</name>
+  <name>CDM Commons</name>
   <description>EDIT CDM library - Commons</description>
   <scm>
     <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-commons/</connection>
   <dependencies>
     <dependency>
       <groupId>org.springframework</groupId>
-      <artifactId>spring-test</artifactId>
+      <artifactId>org.springframework.test</artifactId>
     </dependency>
     <dependency>
       <groupId>jdom</groupId>
       <artifactId>jdom</artifactId>
     </dependency>
+    
+    <dependency>
+      <groupId>org.apache.poi</groupId>
+      <artifactId>poi</artifactId>
+    </dependency>
+    
+       <dependency>
+          <groupId>commons-lang</groupId>
+          <artifactId>commons-lang</artifactId>
+       </dependency>
+\r
+\r
+    <!--  ImageMetadata  -->
+    \r
+    <!-- deprecated -->
+    <!--\r
+    <dependency>
+    <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
   </dependencies>
 </project>
\ No newline at end of file