summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/core-spi
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-09-24 17:04:07 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-09-24 17:04:07 +0000
commitd95a02095f103b03e2a623c32edfaf5c7da8d54d (patch)
tree74ebf4ef2405efd229b078426f6853234d876fc6 /sca-java-2.x/trunk/modules/core-spi
parent94fcd11105e99d57824a926ef6cdd61cbfa21e07 (diff)
Move to wstx-as version 3.2.6 consistently. Having two versions in the distro is causing OSGi wiring conflicts
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1000968 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/core-spi')
-rw-r--r--sca-java-2.x/trunk/modules/core-spi/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/modules/core-spi/pom.xml b/sca-java-2.x/trunk/modules/core-spi/pom.xml
index 08cb196fa6..578eb0715e 100644
--- a/sca-java-2.x/trunk/modules/core-spi/pom.xml
+++ b/sca-java-2.x/trunk/modules/core-spi/pom.xml
@@ -56,7 +56,7 @@
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>wstx-asl</artifactId>
- <version>3.2.4</version>
+ <version>3.2.6</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
@@ -69,7 +69,7 @@
</dependencies>
<build>
- <plugins>
+ <!-- plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
@@ -112,7 +112,7 @@
</execution>
</executions>
</plugin>
- </plugins>
+ </plugins-->
</build>
</project>