You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2010/10/20 22:48:52 UTC

svn commit: r1025723 - /servicemix/components/bindings/servicemix-jms/trunk/pom.xml

Author: gertv
Date: Wed Oct 20 20:48:51 2010
New Revision: 1025723

URL: http://svn.apache.org/viewvc?rev=1025723&view=rev
Log:
Fix components build with Maven 3

Modified:
    servicemix/components/bindings/servicemix-jms/trunk/pom.xml

Modified: servicemix/components/bindings/servicemix-jms/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-jms/trunk/pom.xml?rev=1025723&r1=1025722&r2=1025723&view=diff
==============================================================================
--- servicemix/components/bindings/servicemix-jms/trunk/pom.xml (original)
+++ servicemix/components/bindings/servicemix-jms/trunk/pom.xml Wed Oct 20 20:48:51 2010
@@ -22,6 +22,7 @@
     <groupId>org.apache.servicemix</groupId>
     <artifactId>components-pom</artifactId>
     <version>6-SNAPSHOT</version>
+    <relativePath>../../components-pom/pom.xml</relativePath>    
   </parent>
 
   <groupId>org.apache.servicemix</groupId>
@@ -157,7 +158,6 @@
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-jta_1.1_spec</artifactId>
-      <version>1.1</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
@@ -229,10 +229,6 @@
       <version>${spring-version}</version>
       <scope>provided</scope>
     </dependency>
-    <dependency>
-      <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-jta_1.1_spec</artifactId>
-    </dependency>
     <!-- for unit/integration testing -->
     <dependency>
       <groupId>org.springframework</groupId>