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/11/29 11:23:46 UTC

svn commit: r480510 - /incubator/servicemix/trunk/pom.xml

Author: gnodet
Date: Wed Nov 29 02:23:41 2006
New Revision: 480510

URL: http://svn.apache.org/viewvc?view=rev&rev=480510
Log:
Exclude unneeded transitive deps

Modified:
    incubator/servicemix/trunk/pom.xml

Modified: incubator/servicemix/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/pom.xml?view=diff&rev=480510&r1=480509&r2=480510
==============================================================================
--- incubator/servicemix/trunk/pom.xml (original)
+++ incubator/servicemix/trunk/pom.xml Wed Nov 29 02:23:41 2006
@@ -1508,6 +1508,14 @@
                     <groupId>axion</groupId>
                     <artifactId>axion</artifactId>
                   </exclusion>
+                  <exclusion>
+                    <groupId>geronimo-spec</groupId>
+                    <artifactId>geronimo-spec-jta</artifactId>
+                  </exclusion>
+                  <exclusion>
+                    <groupId>geronimo-spec</groupId>
+                    <artifactId>geronimo-spec-j2ee-connector</artifactId>
+                  </exclusion>
                 </exclusions>
             </dependency>
             <dependency>