You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2006/11/09 07:53:40 UTC

svn commit: r472796 - /incubator/cxf/trunk/integration/jbi/pom.xml

Author: ffang
Date: Wed Nov  8 22:53:39 2006
New Revision: 472796

URL: http://svn.apache.org/viewvc?view=rev&rev=472796
Log:
remove servicemix-jbi jar from distribution kit

Modified:
    incubator/cxf/trunk/integration/jbi/pom.xml

Modified: incubator/cxf/trunk/integration/jbi/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/integration/jbi/pom.xml?view=diff&rev=472796&r1=472795&r2=472796
==============================================================================
--- incubator/cxf/trunk/integration/jbi/pom.xml (original)
+++ incubator/cxf/trunk/integration/jbi/pom.xml Wed Nov  8 22:53:39 2006
@@ -73,6 +73,12 @@
             <artifactId>servicemix-jbi</artifactId>
             <version>2.0.2</version>
             <scope>provided</scope>
+	    <exclusions>
+                <exclusion>
+                    <groupId>servicemix</groupId>
+                    <artifactId>jaxp</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
        
 	<dependency>