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 2013/06/05 15:36:55 UTC

svn commit: r1489866 - /activemq/trunk/activemq-osgi/pom.xml

Author: chirino
Date: Wed Jun  5 13:36:55 2013
New Revision: 1489866

URL: http://svn.apache.org/r1489866
Log:
Fix up osgi bundle build since we don't build the leveldb uber jar anymore.

Modified:
    activemq/trunk/activemq-osgi/pom.xml

Modified: activemq/trunk/activemq-osgi/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-osgi/pom.xml?rev=1489866&r1=1489865&r2=1489866&view=diff
==============================================================================
--- activemq/trunk/activemq-osgi/pom.xml (original)
+++ activemq/trunk/activemq-osgi/pom.xml Wed Jun  5 13:36:55 2013
@@ -103,7 +103,6 @@
       <groupId>${project.groupId}</groupId>
       <artifactId>activemq-leveldb-store</artifactId>
       <version>${project.version}</version>
-      <classifier>uber</classifier>
     </dependency>
 
     <!-- Additional protocol impls -->