gdamour 2004/05/27 08:57:34
Modified: sandbox/messaging project.xml
Log:
A couple of dependencies only required by the admin.deployment package.
This latter should be move to the geronimo-deployment sub-project upon
exit of sandbox.
Revision Changes Path
1.2 +19 -1 incubator-geronimo/sandbox/messaging/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/sandbox/messaging/project.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- project.xml 11 May 2004 12:06:43 -0000 1.1
+++ project.xml 27 May 2004 15:57:34 -0000 1.2
@@ -78,6 +78,24 @@
<version>${pom.currentVersion}</version>
</dependency>
+ <!-- TODO START reverse dependency -->
+ <dependency>
+ <groupId>xmlbeans</groupId>
+ <artifactId>xbean-apache</artifactId>
+ <version>1.0-DEV</version>
+ </dependency>
+ <dependency>
+ <groupId>geronimo</groupId>
+ <artifactId>geronimo-deployment</artifactId>
+ <version>${pom.currentVersion}</version>
+ </dependency>
+ <dependency>
+ <groupId>geronimo-spec</groupId>
+ <artifactId>geronimo-spec-j2ee-deployment</artifactId>
+ <version>1.1-rc1</version>
+ </dependency>
+ <!-- TODO END reverse dependency -->
+
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>