You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2008/09/01 06:56:20 UTC

svn commit: r690846 - /servicemix/utils/trunk/pom.xml

Author: ffang
Date: Sun Aug 31 21:56:19 2008
New Revision: 690846

URL: http://svn.apache.org/viewvc?rev=690846&view=rev
Log:
[SM-1531]add missing stax impl dependency to make servicemix-utils build successfully

Modified:
    servicemix/utils/trunk/pom.xml

Modified: servicemix/utils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/utils/trunk/pom.xml?rev=690846&r1=690845&r2=690846&view=diff
==============================================================================
--- servicemix/utils/trunk/pom.xml (original)
+++ servicemix/utils/trunk/pom.xml Sun Aug 31 21:56:19 2008
@@ -49,6 +49,17 @@
       <version>1.0.1</version>
     </dependency>
     <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>wstx-asl</artifactId>
+      <version>3.2.6</version>
+         <exclusions>
+           <exclusion>
+           <groupId>stax</groupId>
+           <artifactId>stax-api</artifactId>
+         </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
       <version>1.1</version>