Updating develop poms back to pre merge state
[cdmlib.git] / cdmlib-commons / pom.xml
index 71bbf76bdd4950433bf9259ce4cab7b02ee318aa..769f0563cb2c196c6aedfb1299d9303b6cf186fd 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>cdmlib-parent</artifactId>
-    <version>3.12.3</version>
+    <version>4.9.0-SNAPSHOT</version>
        <relativePath>../pom.xml</relativePath>
   </parent>
   
   <dependencies>
     <dependency>
       <groupId>org.springframework</groupId>
-      <artifactId>org.springframework.test</artifactId>
+      <artifactId>spring-test</artifactId>
     </dependency>
     <dependency>
       <groupId>org.jdom</groupId>
       <artifactId>jdom</artifactId>
     </dependency>
-    
+    <dependency>
+      <groupId>org.jdom</groupId>
+      <artifactId>jdom2</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.apache.poi</groupId>
       <artifactId>poi</artifactId>
@@ -43,8 +46,8 @@
                <artifactId>poi-ooxml</artifactId>
        </dependency>
        <dependency>
-          <groupId>commons-lang</groupId>
-          <artifactId>commons-lang</artifactId>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-lang3</artifactId>
        </dependency>