Update xalan version to 2.7.1 to avoid duplicated jars on distribution
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1527417 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b075a39d23
commit
00d23c4baa
6 changed files with 8 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -201,7 +201,7 @@
|
|||
<artifactId>wss4j</artifactId>
|
||||
<version>1.5.11</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- replace the Rampart xmlsec with the version Tuscany is using -->
|
||||
<dependency>
|
||||
<groupId>org.apache.santuario</groupId>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
<dependency>
|
||||
<groupId>xalan</groupId>
|
||||
<artifactId>xalan</artifactId>
|
||||
<version>2.7.0</version>
|
||||
<version>2.7.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue