You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2012/02/08 12:56:58 UTC

svn commit: r1241874 - /activemq/activemq-apollo/trunk/apollo-distro/pom.xml

Author: chirino
Date: Wed Feb  8 11:56:58 2012
New Revision: 1241874

URL: http://svn.apache.org/viewvc?rev=1241874&view=rev
Log:
Fixes APLO-149 : java.lang.NoClassDefFoundError in latest 1.1 snapshot

Modified:
    activemq/activemq-apollo/trunk/apollo-distro/pom.xml

Modified: activemq/activemq-apollo/trunk/apollo-distro/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-distro/pom.xml?rev=1241874&r1=1241873&r2=1241874&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-distro/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-distro/pom.xml Wed Feb  8 11:56:58 2012
@@ -89,6 +89,22 @@
     </dependency>
 
     <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-core-asl</artifactId>
+      <version>${jackson-version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-mapper-asl</artifactId>
+      <version>${jackson-version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-jaxrs</artifactId>
+      <version>${jackson-version}</version>
+    </dependency>
+    
+    <dependency>
       <groupId>org.eclipse.jetty.aggregate</groupId>
       <artifactId>jetty-all-server</artifactId>
       <version>${jetty-version}</version>