fix compilation bug in MarkupTransformer
[cdmlib.git] / cdmlib-commons / pom.xml
index 487585c40ea7e540b7cacb03f132190b611499ed..5611905af7957f17c9ffa68c5538784338b49982 100644 (file)
@@ -6,8 +6,8 @@
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>cdmlib-parent</artifactId>
-    <version>3.0.4-SNAPSHOT</version>
-       <relativePath>pom.xml</relativePath>
+    <version>3.3.1-SNAPSHOT</version>
+       <relativePath>../pom.xml</relativePath>
   </parent>
   
   <modelVersion>4.0.0</modelVersion>
@@ -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