Author: ruwan
Date: Tue Oct  5 07:50:32 2010
New Revision: 1004556

URL: http://svn.apache.org/viewvc?rev=1004556&view=rev
Log:
Fixing the xalan jar being picked twice issue

Modified:
    synapse/branches/2.0/modules/distribution/pom.xml

Modified: synapse/branches/2.0/modules/distribution/pom.xml
URL: 
http://svn.apache.org/viewvc/synapse/branches/2.0/modules/distribution/pom.xml?rev=1004556&r1=1004555&r2=1004556&view=diff
==============================================================================
--- synapse/branches/2.0/modules/distribution/pom.xml (original)
+++ synapse/branches/2.0/modules/distribution/pom.xml Tue Oct  5 07:50:32 2010
@@ -81,6 +81,10 @@
                     <groupId>org.apache.woden</groupId>
                     <artifactId>woden-api</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.apache.xalan</groupId>
+                    <artifactId>xalan</artifactId>
+                </exclusion>
             </exclusions>
             <type>mar</type>
         </dependency>


Reply via email to