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 2008/08/29 14:44:35 UTC

svn commit: r690215 - /servicemix/components/engines/servicemix-jsr181/trunk/pom.xml

Author: gertv
Date: Fri Aug 29 05:44:34 2008
New Revision: 690215

URL: http://svn.apache.org/viewvc?rev=690215&view=rev
Log:
SM-1455: servicemix-jsr181 - optional dependency on servicemix-core

Modified:
    servicemix/components/engines/servicemix-jsr181/trunk/pom.xml

Modified: servicemix/components/engines/servicemix-jsr181/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/engines/servicemix-jsr181/trunk/pom.xml?rev=690215&r1=690214&r2=690215&view=diff
==============================================================================
--- servicemix/components/engines/servicemix-jsr181/trunk/pom.xml (original)
+++ servicemix/components/engines/servicemix-jsr181/trunk/pom.xml Fri Aug 29 05:44:34 2008
@@ -200,6 +200,23 @@
         </exclusion>
       </exclusions>
     </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-jta_1.1_spec</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.servicemix</groupId>
+      <artifactId>servicemix-core</artifactId>
+      <version>${servicemix-version}</version>
+      <scope>provided</scope>
+      <optional>true</optional>
+      <exclusions>
+        <exclusion>
+          <groupId>org.springframework</groupId>
+          <artifactId>spring-jmx</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
   </dependencies>
   
   <build>