diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-24 17:04:07 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-24 17:04:07 +0000 |
commit | d95a02095f103b03e2a623c32edfaf5c7da8d54d (patch) | |
tree | 74ebf4ef2405efd229b078426f6853234d876fc6 /sca-java-2.x/trunk | |
parent | 94fcd11105e99d57824a926ef6cdd61cbfa21e07 (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')
9 files changed, 13 insertions, 14 deletions
diff --git a/sca-java-2.x/trunk/distribution/all/src/main/release/bin/LICENSE b/sca-java-2.x/trunk/distribution/all/src/main/release/bin/LICENSE index 941dc0474b..fe4b27d610 100644 --- a/sca-java-2.x/trunk/distribution/all/src/main/release/bin/LICENSE +++ b/sca-java-2.x/trunk/distribution/all/src/main/release/bin/LICENSE @@ -311,11 +311,11 @@ The following components come under Apache Software License 2.0 rampart-trust-1.4.jar
regexp-1.3.jar
rome-1.0.jar
- spring-aop-3.0.2.RELEASE.jar - spring-asm-3.0.2.RELEASE.jar + spring-aop-3.0.2.RELEASE.jar
+ spring-asm-3.0.2.RELEASE.jar
spring-beans-3.0.2.RELEASE.jar
spring-context-3.0.2.RELEASE.jar
- spring-core-3.0.2.RELEASE.jar + spring-core-3.0.2.RELEASE.jar
spring-expression-3.0.2.RELEASE.jar
stripes-1.5.2.jar
tranql-connector-1.1.jar
@@ -326,7 +326,6 @@ The following components come under Apache Software License 2.0 woden-api-1.0M8.jar
woden-impl-dom-1.0M8.jar
wss4j-1.5.4.jar
- wstx-asl-3.2.4.jar
wstx-asl-3.2.6.jar
xalan-2.7.0.jar
xercesImpl-2.8.1.jar
diff --git a/sca-java-2.x/trunk/modules/assembly-xml/pom.xml b/sca-java-2.x/trunk/modules/assembly-xml/pom.xml index 5df6a570ab..93e0879c77 100644 --- a/sca-java-2.x/trunk/modules/assembly-xml/pom.xml +++ b/sca-java-2.x/trunk/modules/assembly-xml/pom.xml @@ -71,7 +71,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> diff --git a/sca-java-2.x/trunk/modules/common-xml/pom.xml b/sca-java-2.x/trunk/modules/common-xml/pom.xml index 663851dd03..2f6f41c3d7 100644 --- a/sca-java-2.x/trunk/modules/common-xml/pom.xml +++ b/sca-java-2.x/trunk/modules/common-xml/pom.xml @@ -61,7 +61,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> diff --git a/sca-java-2.x/trunk/modules/contribution-osgi/pom.xml b/sca-java-2.x/trunk/modules/contribution-osgi/pom.xml index 9a914276aa..600d7ecb39 100644 --- a/sca-java-2.x/trunk/modules/contribution-osgi/pom.xml +++ b/sca-java-2.x/trunk/modules/contribution-osgi/pom.xml @@ -57,7 +57,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> diff --git a/sca-java-2.x/trunk/modules/core-databinding/pom.xml b/sca-java-2.x/trunk/modules/core-databinding/pom.xml index 53574b9a1e..35b5f41b06 100644 --- a/sca-java-2.x/trunk/modules/core-databinding/pom.xml +++ b/sca-java-2.x/trunk/modules/core-databinding/pom.xml @@ -77,7 +77,7 @@ <groupId>org.codehaus.woodstox</groupId> <artifactId>wstx-asl</artifactId> <scope>runtime</scope> - <version>3.2.4</version> + <version>3.2.6</version> <exclusions> <exclusion> <groupId>stax</groupId> 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> diff --git a/sca-java-2.x/trunk/modules/core/pom.xml b/sca-java-2.x/trunk/modules/core/pom.xml index 422ddfa783..0fa5960d50 100644 --- a/sca-java-2.x/trunk/modules/core/pom.xml +++ b/sca-java-2.x/trunk/modules/core/pom.xml @@ -62,7 +62,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> diff --git a/sca-java-2.x/trunk/modules/databinding-axiom/pom.xml b/sca-java-2.x/trunk/modules/databinding-axiom/pom.xml index f46bd41d7d..3df7204dae 100644 --- a/sca-java-2.x/trunk/modules/databinding-axiom/pom.xml +++ b/sca-java-2.x/trunk/modules/databinding-axiom/pom.xml @@ -97,7 +97,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> diff --git a/sca-java-2.x/trunk/modules/policy-wspolicy/pom.xml b/sca-java-2.x/trunk/modules/policy-wspolicy/pom.xml index b3fe706a7a..8d4371da35 100644 --- a/sca-java-2.x/trunk/modules/policy-wspolicy/pom.xml +++ b/sca-java-2.x/trunk/modules/policy-wspolicy/pom.xml @@ -109,7 +109,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> |