Author: chirino
Date: Wed Oct 20 14:12:35 2010
New Revision: 1025591
URL: http://svn.apache.org/viewvc?rev=1025591&view=rev
Log:
json is not really optional since it's used for the durable topic support.
Modified:
activemq/activemq-apollo/trunk/apollo-dto/pom.xml
Modified: activemq/activemq-apollo/trunk/apollo-dto/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-dto/pom.xml?rev=1025591&r1=1025590&r2=1025591&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-dto/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-dto/pom.xml Wed Oct 20 14:12:35 2010
@@ -51,7 +51,6 @@
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>${jackson-version}</version>
- <optional>true</optional>
</dependency>
<dependency>
<groupId>org.fusesource.hawtbuf</groupId>