diff options
Diffstat (limited to 'sca-java-2.x/branches/2.0')
6 files changed, 7 insertions, 6 deletions
diff --git a/sca-java-2.x/branches/2.0/distribution/all/src/main/release/bin/LICENSE b/sca-java-2.x/branches/2.0/distribution/all/src/main/release/bin/LICENSE index 91a57a642b..51a6ecff8f 100644 --- a/sca-java-2.x/branches/2.0/distribution/all/src/main/release/bin/LICENSE +++ b/sca-java-2.x/branches/2.0/distribution/all/src/main/release/bin/LICENSE @@ -296,6 +296,7 @@ The following components come under Apache Software License 2.0 rampart-policy-1.5.1.jar
rampart-trust-1.5.1.jar
regexp-1.3.jar
+ serializer-2.7.1.jar
spring-aop-3.0.5.RELEASE.jar
spring-asm-3.0.5.RELEASE.jar
spring-beans-3.0.5.RELEASE.jar
@@ -313,7 +314,7 @@ The following components come under Apache Software License 2.0 wink-client-apache-httpclient-1.2.0-incubating.jar
wink-server-1.2.0-incubating.jar
wss4j-1.5.11.jar
- xalan-2.7.0.jar
+ xalan-2.7.1.jar
xercesImpl-2.8.1.jar
xmlbeans-2.3.0.jar
XmlSchema-1.4.3.jar
diff --git a/sca-java-2.x/branches/2.0/modules/binding-ws-runtime-axis2/pom.xml b/sca-java-2.x/branches/2.0/modules/binding-ws-runtime-axis2/pom.xml index d76483cac4..9677335c9a 100644 --- a/sca-java-2.x/branches/2.0/modules/binding-ws-runtime-axis2/pom.xml +++ b/sca-java-2.x/branches/2.0/modules/binding-ws-runtime-axis2/pom.xml diff --git a/sca-java-2.x/branches/2.0/modules/implementation-bpel-runtime/pom.xml b/sca-java-2.x/branches/2.0/modules/implementation-bpel-runtime/pom.xml index 5f969e0e02..14798d5da6 100644 --- a/sca-java-2.x/branches/2.0/modules/implementation-bpel-runtime/pom.xml +++ b/sca-java-2.x/branches/2.0/modules/implementation-bpel-runtime/pom.xml @@ -335,7 +335,7 @@ <dependency> <groupId>xalan</groupId> <artifactId>xalan</artifactId> - <version>2.7.0</version> + <version>2.7.1</version> <exclusions> <exclusion> <groupId>xml-apis</groupId> diff --git a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-webapp/pom.xml b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-webapp/pom.xml index afdb64f449..2201113908 100644 --- a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-webapp/pom.xml +++ b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-webapp/pom.xml @@ -80,11 +80,11 @@ </exclusions> </dependency> - <!-- replace HTMLUnit dependency with verstion that Tuscany is using --> + <!-- replace xalan dependency with verstion that Tuscany is using --> <dependency> <groupId>xalan</groupId> <artifactId>xalan</artifactId> - <version>2.7.0</version> + <version>2.7.1</version> <scope>test</scope> <exclusions> <exclusion> diff --git a/sca-java-2.x/branches/2.0/testing/itest/properties/pom.xml b/sca-java-2.x/branches/2.0/testing/itest/properties/pom.xml index c792f7da4b..75527a5b85 100644 --- a/sca-java-2.x/branches/2.0/testing/itest/properties/pom.xml +++ b/sca-java-2.x/branches/2.0/testing/itest/properties/pom.xml @@ -53,7 +53,7 @@ <dependency> <groupId>xalan</groupId> <artifactId>xalan</artifactId> - <version>2.7.0</version> + <version>2.7.1</version> <scope>test</scope> </dependency> diff --git a/sca-java-2.x/branches/2.0/testing/itest/ws/wspolicy/pom.xml b/sca-java-2.x/branches/2.0/testing/itest/ws/wspolicy/pom.xml index 5bc1adee00..e00bd4e3fc 100644 --- a/sca-java-2.x/branches/2.0/testing/itest/ws/wspolicy/pom.xml +++ b/sca-java-2.x/branches/2.0/testing/itest/ws/wspolicy/pom.xml @@ -58,7 +58,7 @@ <dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
- <version>2.7.0</version>
+ <version>2.7.1</version>
</dependency>
</dependencies>
|