Author: hiranya
Date: Mon Dec 19 08:26:47 2011
New Revision: 1220646
URL: http://svn.apache.org/viewvc?rev=1220646&view=rev
Log:
Fixing xalan duplication issue
Modified:
synapse/branches/2.1/modules/distribution/pom.xml
synapse/branches/2.1/modules/distribution/src/main/assembly/bin.xml
Modified: synapse/branches/2.1/modules/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/distribution/pom.xml?rev=1220646&r1=1220645&r2=1220646&view=diff
==============================================================================
--- synapse/branches/2.1/modules/distribution/pom.xml (original)
+++ synapse/branches/2.1/modules/distribution/pom.xml Mon Dec 19 08:26:47 2011
@@ -82,7 +82,7 @@
<artifactId>woden-api</artifactId>
</exclusion>
<exclusion>
- <groupId>org.apache.xalan</groupId>
+ <groupId>xalan</groupId>
<artifactId>xalan</artifactId>
</exclusion>
</exclusions>
Modified: synapse/branches/2.1/modules/distribution/src/main/assembly/bin.xml
URL:
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/distribution/src/main/assembly/bin.xml?rev=1220646&r1=1220645&r2=1220646&view=diff
==============================================================================
--- synapse/branches/2.1/modules/distribution/src/main/assembly/bin.xml
(original)
+++ synapse/branches/2.1/modules/distribution/src/main/assembly/bin.xml Mon Dec
19 08:26:47 2011
@@ -249,6 +249,7 @@
<exclude>org.slf4j:jcl-over-slf4j:jar</exclude>
<exclude>org.slf4j:log4j-over-slf4j:jar</exclude>
<exclude>com.oopsconsultancy:xmltask:jar</exclude>
+ <exclude>xalan:xalan:jar</exclude>
</excludes>
</dependencySet>
<dependencySet>