r1448 - xwiki/trunk/core

Vincent Massol vmassol at users.forge.objectweb.org
Sun Oct 22 14:41:38 CEST 2006


Author: vmassol
Date: 2006-10-22 14:41:38 +0200 (Sun, 22 Oct 2006)
New Revision: 1448

Modified:
   xwiki/trunk/core/pom.xml
Log:
XWIKI-12: Reorganize directory structure to match Maven2 best practices and cleanup build

* Added batik dependencies to the m2 build

Modified: xwiki/trunk/core/pom.xml
===================================================================
--- xwiki/trunk/core/pom.xml	2006-10-22 12:27:22 UTC (rev 1447)
+++ xwiki/trunk/core/pom.xml	2006-10-22 12:41:38 UTC (rev 1448)
@@ -125,6 +125,15 @@
       <version>1.0a7</version>
     </dependency>
 
+    <!-- There's only a 2.2.9.1 version of jgroups on the m2 remote repo
+         (http://repo1.maven.org/maven2/jgroups/jgroups-all/). Upload a newer version
+         (http://sourceforge.net/project/showfiles.php?group_id=6081&package_id=94868). -->
+    <dependency>
+      <groupId>jgroups</groupId>
+      <artifactId>jgroups</artifactId>
+      <version>2.2.9.3</version>
+    </dependency>
+
     <!-- Standard dependencies found in the main Maven remote repository -->
 
     <dependency>
@@ -224,6 +233,21 @@
       <artifactId>commons-dbcp</artifactId>
       <version>1.2.1</version>
     </dependency>
+    <dependency>
+      <groupId>batik</groupId>
+      <artifactId>batik-rasterizer</artifactId>
+      <version>1.6</version>
+    </dependency>
+    <dependency>
+      <groupId>batik</groupId>
+      <artifactId>batik-svggen</artifactId>
+      <version>1.6</version>
+    </dependency>
+    <dependency>
+      <groupId>batik</groupId>
+      <artifactId>batik-dom</artifactId>
+      <version>1.6</version>
+    </dependency>
   </dependencies>
 </project>
         
\ No newline at end of file





More information about the Xwiki-notifications mailing list