You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by bs...@apache.org on 2008/01/16 22:33:19 UTC

svn commit: r612572 - in /servicemix/smx3/trunk/platforms/geronimo: deployer/pom.xml pom.xml servicemix/pom.xml

Author: bsnyder
Date: Wed Jan 16 13:33:15 2008
New Revision: 612572

URL: http://svn.apache.org/viewvc?rev=612572&view=rev
Log:
SM-1170 - Geronimo deployer and plugin build failures

Modified:
    servicemix/smx3/trunk/platforms/geronimo/deployer/pom.xml
    servicemix/smx3/trunk/platforms/geronimo/pom.xml
    servicemix/smx3/trunk/platforms/geronimo/servicemix/pom.xml

Modified: servicemix/smx3/trunk/platforms/geronimo/deployer/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/platforms/geronimo/deployer/pom.xml?rev=612572&r1=612571&r2=612572&view=diff
==============================================================================
--- servicemix/smx3/trunk/platforms/geronimo/deployer/pom.xml (original)
+++ servicemix/smx3/trunk/platforms/geronimo/deployer/pom.xml Wed Jan 16 13:33:15 2008
@@ -31,12 +31,23 @@
     <packaging>car</packaging>
 
     <dependencies>
-        <!-- Needed to download dependencies -->
         <dependency>
-            <groupId>org.apache.servicemix.geronimo</groupId>
-            <artifactId>dependencies</artifactId>
-            <version>${servicemix-version}</version>
-            <scope>provided</scope>
+          <groupId>org.apache.geronimo.configs</groupId>
+          <artifactId>geronimo-gbean-deployer</artifactId>
+          <version>${geronimo-version}</version>
+          <type>car</type>
+        </dependency>
+        <dependency>
+          <groupId>org.apache.geronimo.configs</groupId>
+          <artifactId>j2ee-server</artifactId>
+          <version>${geronimo-version}</version>
+          <type>car</type>
+          <exclusions>
+            <exclusion>
+              <groupId>org.apache.geronimo.modules</groupId>
+              <artifactId>geronimo-webservices</artifactId>
+            </exclusion>
+          </exclusions>
         </dependency>
 
         <dependency>
@@ -44,21 +55,26 @@
             <artifactId>deployer-service</artifactId>
             <version>${servicemix-version}</version>
             <type>jar</type>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>geronimo-gbean-deployer</artifactId>
-            <version>${geronimo-version}</version>
-            <type>car</type>
+            <exclusions>
+              <exclusion>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>j2ee-deployer</artifactId>
+              </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>
             <groupId>org.apache.servicemix.geronimo</groupId>
-			<artifactId>servicemix</artifactId>
+      			<artifactId>servicemix</artifactId>
             <version>${version}</version>
             <type>car</type>
             <scope>runtime</scope>
+            <exclusions>
+              <exclusion>
+                <groupId>org.apache.geronimo.configs</groupId>
+                <artifactId>geronimo-gbean-deployer</artifactId>
+              </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>

Modified: servicemix/smx3/trunk/platforms/geronimo/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/platforms/geronimo/pom.xml?rev=612572&r1=612571&r2=612572&view=diff
==============================================================================
--- servicemix/smx3/trunk/platforms/geronimo/pom.xml (original)
+++ servicemix/smx3/trunk/platforms/geronimo/pom.xml Wed Jan 16 13:33:15 2008
@@ -50,7 +50,7 @@
     <modules>
         <module>servicemix-service</module>
         <module>deployer-service</module>
-        <module>dependencies</module>
+        <!--<module>dependencies</module>-->
         <module>servicemix</module>
         <module>deployer</module>
     </modules>

Modified: servicemix/smx3/trunk/platforms/geronimo/servicemix/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/platforms/geronimo/servicemix/pom.xml?rev=612572&r1=612571&r2=612572&view=diff
==============================================================================
--- servicemix/smx3/trunk/platforms/geronimo/servicemix/pom.xml (original)
+++ servicemix/smx3/trunk/platforms/geronimo/servicemix/pom.xml Wed Jan 16 13:33:15 2008
@@ -39,13 +39,26 @@
             <version>1.1</version>
         </dependency>
 
-        <!-- Needed to download Geronimo dependencies -->
         <dependency>
-            <groupId>org.apache.servicemix.geronimo</groupId>
-            <artifactId>dependencies</artifactId>
-            <version>${version}</version>
-            <scope>provided</scope>
+          <groupId>org.apache.geronimo.configs</groupId>
+          <artifactId>geronimo-gbean-deployer</artifactId>
+          <version>${geronimo-version}</version>
+          <type>car</type>
+          <scope>provided</scope>
         </dependency>
+        <dependency>
+          <groupId>org.apache.geronimo.configs</groupId>
+          <artifactId>j2ee-server</artifactId>
+          <version>${geronimo-version}</version>
+          <type>car</type>
+          <exclusions>
+            <exclusion>
+              <groupId>org.apache.geronimo.modules</groupId>
+              <artifactId>geronimo-webservices</artifactId>
+            </exclusion>
+          </exclusions>
+        </dependency>
+
         <!-- For build ordering -->
         <dependency>
             <groupId>org.apache.servicemix.geronimo</groupId>