You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/08/17 12:23:56 UTC

svn commit: r432200 - in /incubator/servicemix/trunk/geronimo: deployer/pom.xml pom.xml servicemix-service/pom.xml

Author: gnodet
Date: Thu Aug 17 03:23:53 2006
New Revision: 432200

URL: http://svn.apache.org/viewvc?rev=432200&view=rev
Log:
Fix geronimo integration poms

Modified:
    incubator/servicemix/trunk/geronimo/deployer/pom.xml
    incubator/servicemix/trunk/geronimo/pom.xml
    incubator/servicemix/trunk/geronimo/servicemix-service/pom.xml

Modified: incubator/servicemix/trunk/geronimo/deployer/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/geronimo/deployer/pom.xml?rev=432200&r1=432199&r2=432200&view=diff
==============================================================================
--- incubator/servicemix/trunk/geronimo/deployer/pom.xml (original)
+++ incubator/servicemix/trunk/geronimo/deployer/pom.xml Thu Aug 17 03:23:53 2006
@@ -66,7 +66,7 @@
         </dependency>
         <dependency>
             <groupId>geronimo</groupId>
-            <artifactId>geronimo-j2ee-deployer</artifactId>
+            <artifactId>j2ee-deployer</artifactId>
             <version>${geronimo-version}</version>
             <type>car</type>
             <scope>provided</scope>

Modified: incubator/servicemix/trunk/geronimo/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/geronimo/pom.xml?rev=432200&r1=432199&r2=432200&view=diff
==============================================================================
--- incubator/servicemix/trunk/geronimo/pom.xml (original)
+++ incubator/servicemix/trunk/geronimo/pom.xml Thu Aug 17 03:23:53 2006
@@ -197,6 +197,13 @@
         </dependency>
         <dependency>
             <groupId>geronimo</groupId>
+            <artifactId>geronimo-kernel</artifactId>
+            <version>${geronimo-version}</version>
+            <type>jar</type>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>geronimo</groupId>
             <artifactId>geronimo-transaction</artifactId>
             <version>${geronimo-version}</version>
             <type>jar</type>

Modified: incubator/servicemix/trunk/geronimo/servicemix-service/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/geronimo/servicemix-service/pom.xml?rev=432200&r1=432199&r2=432200&view=diff
==============================================================================
--- incubator/servicemix/trunk/geronimo/servicemix-service/pom.xml (original)
+++ incubator/servicemix/trunk/geronimo/servicemix-service/pom.xml Thu Aug 17 03:23:53 2006
@@ -28,7 +28,6 @@
         <groupId>org.apache.servicemix.geronimo</groupId>
         <artifactId>geronimo</artifactId>
         <version>3.0-incubating-SNAPSHOT</version>
-        <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <artifactId>servicemix-service</artifactId>
@@ -47,6 +46,11 @@
             <version>${geronimo-version}</version>
         </dependency>
 
+        <dependency>
+            <groupId>geronimo</groupId>
+            <artifactId>geronimo-transaction</artifactId>
+            <version>${geronimo-version}</version>
+        </dependency>
     </dependencies>
 
 </project>