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/08/01 23:49:48 UTC

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

Author: gnodet
Date: Tue Aug  1 14:49:48 2006
New Revision: 427754

URL: http://svn.apache.org/viewvc?rev=427754&view=rev
Log:
Exclude javax.xml.jsr173 artifact from xfire-all,
as we use stax:stax-api which is available from
public repos.

Modified:
    incubator/servicemix/trunk/pom.xml

Modified: incubator/servicemix/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/pom.xml?rev=427754&r1=427753&r2=427754&view=diff
==============================================================================
--- incubator/servicemix/trunk/pom.xml (original)
+++ incubator/servicemix/trunk/pom.xml Tue Aug  1 14:49:48 2006
@@ -1614,6 +1614,10 @@
                         <groupId>xfire</groupId>
                         <artifactId>jaxb-xjc</artifactId>
                     </exclusion>
+                    <exclusion>
+                        <groupId>javax.xml</groupId>
+                        <artifactId>jsr173</artifactId>
+                    </exclusion>
                 </exclusions>
             </dependency>
             <dependency>