fixed gallery problem
[cdmlib.git] / cdmlib-commons / pom.xml
index 34f1c1999c02be54ee7245e8c68b5ade553ab0b9..e26881b6d29a1a832c443dc8bb0d50943a087c4c 100644 (file)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>cdmlib-parent</artifactId>
-    <version>3.0.12-SNAPSHOT</version>
+    <version>3.2.0-SNAPSHOT</version>
        <relativePath>../pom.xml</relativePath>
   </parent>
   
@@ -26,7 +26,7 @@
       <artifactId>org.springframework.test</artifactId>
     </dependency>
     <dependency>
-      <groupId>jdom</groupId>
+      <groupId>org.jdom</groupId>
       <artifactId>jdom</artifactId>
     </dependency>
     
       <artifactId>httpclient</artifactId>
     </dependency>
    
+    <!-- AptView -->
+    <dependency>
+      <groupId>org.apache.maven.doxia</groupId>
+      <artifactId>doxia-module-apt</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.doxia</groupId>
+      <artifactId>doxia-module-xhtml</artifactId>
+    </dependency>
+
   </dependencies>
 </project>
\ No newline at end of file