Author: veithen
Date: Wed Aug 18 21:12:53 2010
New Revision: 986943
URL: http://svn.apache.org/viewvc?rev=986943&view=rev
Log:
Removed two unnecessary dependencies from the documentation module.
Modified:
axis/axis2/java/core/branches/java/1_5/modules/documentation/pom.xml
Modified: axis/axis2/java/core/branches/java/1_5/modules/documentation/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/documentation/pom.xml?rev=986943&r1=986942&r2=986943&view=diff
==============================================================================
--- axis/axis2/java/core/branches/java/1_5/modules/documentation/pom.xml
(original)
+++ axis/axis2/java/core/branches/java/1_5/modules/documentation/pom.xml Wed
Aug 18 21:12:53 2010
@@ -115,10 +115,6 @@
<artifactId>ant</artifactId>
</dependency>
<dependency>
- <groupId>org.apache.bcel</groupId>
- <artifactId>bcel</artifactId>
- </dependency>
- <dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</dependency>
@@ -211,10 +207,6 @@
<artifactId>servlet-api</artifactId>
</dependency>
<dependency>
- <groupId>org.igniterealtime</groupId>
- <artifactId>smack</artifactId>
- </dependency>
- <dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</dependency>