Gianny,
This is still broken for the TCK. Was there a comparable TCK change
that needs to be made? I put details of the failure on the tck list
again.
Thanks,
Joe
[EMAIL PROTECTED] wrote:
Author: gdamour
Date: Tue Feb 20 03:45:16 2007
New Revision: 509518
URL: http://svn.apache.org/viewvc?view=rev&rev=509518
Log:
Add necessary dependencies such that this boot configuration can be loaded.
This fixes the TCK deployment problems.
Modified:
geronimo/server/trunk/configs/jsr88-deploymentfactory/pom.xml
Modified: geronimo/server/trunk/configs/jsr88-deploymentfactory/pom.xml
URL:
http://svn.apache.org/viewvc/geronimo/server/trunk/configs/jsr88-deploymentfactory/pom.xml?view=diff&rev=509518&r1=509517&r2=509518
==============================================================================
--- geronimo/server/trunk/configs/jsr88-deploymentfactory/pom.xml (original)
+++ geronimo/server/trunk/configs/jsr88-deploymentfactory/pom.xml Tue Feb 20
03:45:16 2007
@@ -33,6 +33,50 @@
<name>Geronimo Configs :: JSR88 DeploymentFactory</name>
<packaging>car</packaging>
+ <dependencies>
+
+ <dependency>
+ <groupId>org.apache.geronimo.modules</groupId>
+ <artifactId>geronimo-common</artifactId>
+ <version>${version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.geronimo.modules</groupId>
+ <artifactId>geronimo-util</artifactId>
+ <version>${version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.geronimo.modules</groupId>
+ <artifactId>geronimo-system</artifactId>
+ <version>${version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>backport-util-concurrent</groupId>
+ <artifactId>backport-util-concurrent</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.geronimo.modules</groupId>
+ <artifactId>geronimo-deploy-jsr88</artifactId>
+ <version>${version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.geronimo.modules</groupId>
+ <artifactId>geronimo-deploy-config</artifactId>
+ <version>${version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>mx4j</groupId>
+ <artifactId>mx4j-remote</artifactId>
+ </dependency>
+
+ </dependencies>
+
<build>
<plugins>
<plugin>