r1447 - xwiki/trunk/core
Vincent Massol
vmassol at users.forge.objectweb.org
Sun Oct 22 14:27:23 CEST 2006
Author: vmassol
Date: 2006-10-22 14:27:22 +0200 (Sun, 22 Oct 2006)
New Revision: 1447
Modified:
xwiki/trunk/core/pom.xml
Log:
XWIKI-12: Reorganize directory structure to match Maven2 best practices and cleanup build
* Added flickr and commons-dbcp dependencies to the m2 build
Modified: xwiki/trunk/core/pom.xml
===================================================================
--- xwiki/trunk/core/pom.xml 2006-10-22 11:44:17 UTC (rev 1446)
+++ xwiki/trunk/core/pom.xml 2006-10-22 12:27:22 UTC (rev 1447)
@@ -118,6 +118,13 @@
<version>1.0.1B</version>
</dependency>
+ <!-- Flickrj (http://flickrj.sourceforge.net/). To be uploaded on the main m2 repo -->
+ <dependency>
+ <groupId>flickrj</groupId>
+ <artifactId>flickrapi</artifactId>
+ <version>1.0a7</version>
+ </dependency>
+
<!-- Standard dependencies found in the main Maven remote repository -->
<dependency>
@@ -212,6 +219,11 @@
<artifactId>jaxrpc-api</artifactId>
<version>1.1</version>
</dependency>
+ <dependency>
+ <groupId>commons-dbcp</groupId>
+ <artifactId>commons-dbcp</artifactId>
+ <version>1.2.1</version>
+ </dependency>
</dependencies>
</project>
\ No newline at end of file
More information about the Xwiki-notifications
mailing list