Author: chirino
Date: Mon Nov 26 23:30:40 2012
New Revision: 1413932
URL: http://svn.apache.org/viewvc?rev=1413932&view=rev
Log:
remove invalide jackson dependency from the itests module.
Modified:
activemq/activemq-apollo/trunk/apollo-itests/pom.xml
Modified: activemq/activemq-apollo/trunk/apollo-itests/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-itests/pom.xml?rev=1413932&r1=1413931&r2=1413932&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-itests/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-itests/pom.xml Mon Nov 26 23:30:40
2012
@@ -56,19 +56,6 @@
</dependency>
<!-- So we can boot up a broker -->
-
- <dependency>
- <groupId>org.codehaus.jackson</groupId>
- <artifactId>jackson-core-asl</artifactId>
- <version>${jackson-version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.codehaus.jackson</groupId>
- <artifactId>jackson-mapper-asl</artifactId>
- <version>${jackson-version}</version>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>apollo-stomp</artifactId>