Author: asankha
Date: Tue Oct 9 05:00:05 2007
New Revision: 583122
URL: http://svn.apache.org/viewvc?rev=583122&view=rev
Log:
exclude transitive dependency on geronimo-activation_1.1_spec as this is an
unwanted duplicate of the activation JAR
Modified:
webservices/synapse/trunk/java/pom.xml
Modified: webservices/synapse/trunk/java/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/synapse/trunk/java/pom.xml?rev=583122&r1=583121&r2=583122&view=diff
==============================================================================
--- webservices/synapse/trunk/java/pom.xml (original)
+++ webservices/synapse/trunk/java/pom.xml Tue Oct 9 05:00:05 2007
@@ -230,6 +230,12 @@
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-adb</artifactId>
<version>${axis2.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-activation_1.1_spec</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.axis2</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]