Author: veithen
Date: Tue Jul 12 22:06:49 2011
New Revision: 1145793
URL: http://svn.apache.org/viewvc?rev=1145793&view=rev
Log:
Removed the explicit dependency on Neethi and instead rely on the transitive
dependency from Axis2, so that we no longer need to keep the Neethi version
number (and exclusion rules) in sync with Axis2.
Modified:
axis/axis2/java/sandesha/trunk/pom.xml
Modified: axis/axis2/java/sandesha/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/pom.xml?rev=1145793&r1=1145792&r2=1145793&view=diff
==============================================================================
--- axis/axis2/java/sandesha/trunk/pom.xml (original)
+++ axis/axis2/java/sandesha/trunk/pom.xml Tue Jul 12 22:06:49 2011
@@ -287,12 +287,6 @@
</dependency>
<dependency>
- <groupId>org.apache.neethi</groupId>
- <artifactId>neethi</artifactId>
- <version>${neethi.version}</version>
- </dependency>
-
- <dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>${commons.logging.version}</version>
@@ -439,7 +433,6 @@
<axis2.version>1.7.0-SNAPSHOT</axis2.version>
<rampart.version>1.7.0-SNAPSHOT</rampart.version>
<axiom.version>1.2.13-SNAPSHOT</axiom.version>
- <neethi.version>3.0.1-SNAPSHOT</neethi.version>
<commons.logging.version>1.1.1</commons.logging.version>
<junit.version>3.8.2</junit.version>
<log4j.version>1.2.15</log4j.version>