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 2011/08/25 14:28:26 UTC

svn commit: r1161537 - /activemq/activemq-apollo/trunk/apollo-distro/src/main/release/examples/java/pom.xml

Author: chirino
Date: Thu Aug 25 12:28:26 2011
New Revision: 1161537

URL: http://svn.apache.org/viewvc?rev=1161537&view=rev
Log:
The java example as not compiling.  Upgrading to 1.2 of the stompjms project fixes https://issues.apache.org/jira/browse/APLO-62 but it also required adding a dependency classifier.

Modified:
    activemq/activemq-apollo/trunk/apollo-distro/src/main/release/examples/java/pom.xml

Modified: activemq/activemq-apollo/trunk/apollo-distro/src/main/release/examples/java/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-distro/src/main/release/examples/java/pom.xml?rev=1161537&r1=1161536&r2=1161537&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-distro/src/main/release/examples/java/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-distro/src/main/release/examples/java/pom.xml Thu Aug 25 12:28:26 2011
@@ -39,6 +39,7 @@
       <groupId>org.fusesource.stompjms</groupId>
       <artifactId>stompjms-client</artifactId>
       <version>1.2</version>
+      <classifier>uber</classifier>
     </dependency>
 
   </dependencies>