[maven-release-plugin] rollback the release of cdmlib-parent-3.0.5
[cdmlib.git] / cdmlib-commons / pom.xml
index 43d760b041d3277a1b3faeae10599b53d23f44a8..9398144708b89c5c766f4cd6dfdef2356d00c4dd 100644 (file)
@@ -1,32 +1,66 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" 
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <!-- 
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
   -->
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>cdmlib-parent</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>3.0.5-SNAPSHOT</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>
-    <developerConnection>scm:svn:https://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-commons/</developerConnection>
+    <developerConnection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-commons/</developerConnection>
     <url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib/cdmlib-commons/</url>
   </scm>
   
   <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>
+
+
+    <!--  ImageMetadata  -->
+    
+    <!-- deprecated -->
+    <!--
+    <dependency>
+    <groupId>org.devlib.schmidt</groupId>
+    <artifactId>imageinfo</artifactId>
+    <version>1.7</version>
+    </dependency>
+    -->
+    
+    <dependency>
+      <groupId>org.apache.sanselan</groupId>
+      <artifactId>sanselan</artifactId>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
+   
   </dependencies>
 </project>
\ No newline at end of file