Author: veithen
Date: Tue Jul 20 08:05:22 2010
New Revision: 965746
URL: http://svn.apache.org/viewvc?rev=965746&view=rev
Log:
Fixed the dependencies of the base module.
Modified:
axis/axis2/java/transports/trunk/modules/base/pom.xml
Modified: axis/axis2/java/transports/trunk/modules/base/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/base/pom.xml?rev=965746&r1=965745&r2=965746&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/base/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/base/pom.xml Tue Jul 20 08:05:22
2010
@@ -81,20 +81,11 @@
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-kernel</artifactId>
<version>${axis2.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpcore-niossl</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-javamail_1.4_spec</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-activation_1.1_spec</artifactId>
- </exclusion>
- </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>1.4</version>
</dependency>
<dependency>