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 2010/11/07 00:35:06 UTC

svn commit: r1032181 - /activemq/activemq-apollo/trunk/apollo-cli/pom.xml

Author: chirino
Date: Sat Nov  6 23:35:06 2010
New Revision: 1032181

URL: http://svn.apache.org/viewvc?rev=1032181&view=rev
Log:
fixing pom dependency

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

Modified: activemq/activemq-apollo/trunk/apollo-cli/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-cli/pom.xml?rev=1032181&r1=1032180&r2=1032181&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-cli/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-cli/pom.xml Sat Nov  6 23:35:06 2010
@@ -84,6 +84,8 @@
       <groupId>org.apache.activemq</groupId>
       <artifactId>apollo-web</artifactId>
       <version>1.0-SNAPSHOT</version>
+      <type>jar</type>
+      <classifier>slim</classifier>
       <scope>test</scope>
     </dependency>
     <dependency>