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/01/28 14:10:09 UTC

svn commit: r1064656 - /activemq/activemq-apollo/trunk/apollo-broker/pom.xml

Author: chirino
Date: Fri Jan 28 13:10:08 2011
New Revision: 1064656

URL: http://svn.apache.org/viewvc?rev=1064656&view=rev
Log:
Fixing up osgi meta-data

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

Modified: activemq/activemq-apollo/trunk/apollo-broker/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-broker/pom.xml?rev=1064656&r1=1064655&r2=1064656&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-broker/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-broker/pom.xml Fri Jan 28 13:10:08 2011
@@ -86,6 +86,13 @@
     </dependency>
 
     <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-jta_1.1_spec</artifactId>
+      <version>1.1.1</version>
+      <optional>true</optional>
+    </dependency>
+
+    <dependency>
       <groupId>org.eclipse.jetty.aggregate</groupId>
       <artifactId>jetty-all-server</artifactId>
       <version>${jetty-version}</version>
@@ -159,7 +166,7 @@
         <artifactId>maven-bundle-plugin</artifactId>
         <configuration>
           <instructions>
-            <Bundle-Activator>org.apache.activemq.apollo.osgi.ApolloActivator</Bundle-Activator>
+            <Bundle-Activator>org.apache.activemq.apollo.broker.osgi.ApolloActivator</Bundle-Activator>
           </instructions>
         </configuration>
       </plugin>