Author: veithen
Date: Thu Aug 9 17:25:36 2012
New Revision: 1371324
URL: http://svn.apache.org/viewvc?rev=1371324&view=rev
Log:
Removed duplicate dependency declaration.
Modified:
axis/axis2/java/transports/trunk/modules/jms/pom.xml
Modified: axis/axis2/java/transports/trunk/modules/jms/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/modules/jms/pom.xml?rev=1371324&r1=1371323&r2=1371324&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/modules/jms/pom.xml (original)
+++ axis/axis2/java/transports/trunk/modules/jms/pom.xml Thu Aug 9 17:25:36
2012
@@ -167,12 +167,6 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.mockejb</groupId>
- <artifactId>mockejb</artifactId>
- <version>0.6-beta2</version>
- <scope>test</scope>
- </dependency>
</dependencies>
<repositories>