r1449 - xwiki/trunk/core
Vincent Massol
vmassol at users.forge.objectweb.org
Sun Oct 22 17:16:26 CEST 2006
Author: vmassol
Date: 2006-10-22 17:16:26 +0200 (Sun, 22 Oct 2006)
New Revision: 1449
Modified:
xwiki/trunk/core/pom.xml
Log:
XWIKI-12: Reorganize directory structure to match Maven2 best practices and cleanup build
* Added rome dependencies to the m2 build
Modified: xwiki/trunk/core/pom.xml
===================================================================
--- xwiki/trunk/core/pom.xml 2006-10-22 12:41:38 UTC (rev 1448)
+++ xwiki/trunk/core/pom.xml 2006-10-22 15:16:26 UTC (rev 1449)
@@ -134,6 +134,13 @@
<version>2.2.9.3</version>
</dependency>
+ <!-- We need to upload rome-fetcher-0.7 to the main m2 repo -->
+ <dependency>
+ <groupId>rome</groupId>
+ <artifactId>rome-fetcher</artifactId>
+ <version>0.7</version>
+ </dependency>
+
<!-- Standard dependencies found in the main Maven remote repository -->
<dependency>
@@ -248,6 +255,11 @@
<artifactId>batik-dom</artifactId>
<version>1.6</version>
</dependency>
+ <dependency>
+ <groupId>rome</groupId>
+ <artifactId>rome</artifactId>
+ <version>0.8</version>
+ </dependency>
</dependencies>
</project>
\ No newline at end of file
More information about the Xwiki-notifications
mailing list