Author: gnodet
Date: Mon Sep 4 02:06:44 2006
New Revision: 439987
URL: http://svn.apache.org/viewvc?view=rev&rev=439987
Log:
Add missing dependencies to force downloading these artifacts so that they are
available to car-maven-plugin
Modified:
incubator/servicemix/trunk/geronimo/pom.xml
Modified: incubator/servicemix/trunk/geronimo/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/geronimo/pom.xml?view=diff&rev=439987&r1=439986&r2=439987
==============================================================================
--- incubator/servicemix/trunk/geronimo/pom.xml (original)
+++ incubator/servicemix/trunk/geronimo/pom.xml Mon Sep 4 02:06:44 2006
@@ -87,6 +87,13 @@
</dependency>
<dependency>
<groupId>geronimo</groupId>
+ <artifactId>j2ee-deployer</artifactId>
+ <version>${geronimo-version}</version>
+ <type>car</type>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>geronimo</groupId>
<artifactId>geronimo-system</artifactId>
<version>${geronimo-version}</version>
<type>jar</type>
@@ -236,6 +243,25 @@
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jsp_2.0_spec</artifactId>
<version>1.0.1</version>
+ <type>jar</type>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-j2ee-deployment_1.1_spec</artifactId>
+ <version>1.0.1</version>
+ <type>jar</type>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-javamail_1.3.1_spec</artifactId>
+ <type>jar</type>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-jaxrpc_1.1_spec</artifactId>
<type>jar</type>
<scope>test</scope>
</dependency>