Author: antelder
Date: Sun Sep 16 12:42:08 2007
New Revision: 576157
URL: http://svn.apache.org/viewvc?rev=576157&view=rev
Log:
Make sure we only include 1 stax-api jar in the bin distro
Modified:
incubator/tuscany/branches/sca-java-1.0/distribution/pom.xml
Modified: incubator/tuscany/branches/sca-java-1.0/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.0/distribution/pom.xml?rev=576157&r1=576156&r2=576157&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.0/distribution/pom.xml (original)
+++ incubator/tuscany/branches/sca-java-1.0/distribution/pom.xml Sun Sep 16
12:42:08 2007
@@ -73,6 +73,11 @@
<groupId>jline</groupId>
<artifactId>jline</artifactId>
</exclusion>
+ <exclusion>
+ <!-- exclude stax 1.0.1 as we're also pulling in
javax\xml\stream\stax-api\1.0-2 -->
+ <groupId>stax</groupId>
+ <artifactId>stax-api</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -89,6 +94,11 @@
<!-- sdo 1.0 uses 3.2.0 but sca uses 3.2.1 -->
<groupId>org.codehaus.woodstox</groupId>
<artifactId>wstx-asl</artifactId>
+ </exclusion>
+ <exclusion>
+ <!-- exclude stax 1.0.1 as we're also pulling in
javax\xml\stream\stax-api\1.0-2 -->
+ <groupId>stax</groupId>
+ <artifactId>stax-api</artifactId>
</exclusion>
</exclusions>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]