You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2009/01/06 18:48:43 UTC

svn commit: r732022 - /geronimo/server/trunk/plugins/activemq/activemq-broker/src/main/history/dependencies.xml

Author: jbohn
Date: Tue Jan  6 09:48:43 2009
New Revision: 732022

URL: http://svn.apache.org/viewvc?rev=732022&view=rev
Log:
fix dependency history for activemq so build works again

Modified:
    geronimo/server/trunk/plugins/activemq/activemq-broker/src/main/history/dependencies.xml

Modified: geronimo/server/trunk/plugins/activemq/activemq-broker/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/activemq/activemq-broker/src/main/history/dependencies.xml?rev=732022&r1=732021&r2=732022&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/activemq/activemq-broker/src/main/history/dependencies.xml (original)
+++ geronimo/server/trunk/plugins/activemq/activemq-broker/src/main/history/dependencies.xml Tue Jan  6 09:48:43 2009
@@ -36,31 +36,24 @@
         <artifactId>spring</artifactId>
         <type>car</type>
     </dependency>
-    <!--
     <dependency>
-        <groupId>org.springframework</groupId>
-        <artifactId>spring-core</artifactId>
-        <type>jar</type>
-    </dependency>
-    <dependency>
-        <groupId>org.springframework</groupId>
-        <artifactId>spring-beans</artifactId>
+        <groupId>org.apache.xbean</groupId>
+        <artifactId>xbean-spring</artifactId>
         <type>jar</type>
     </dependency>
     <dependency>
-        <groupId>org.springframework</groupId>
-        <artifactId>spring-context</artifactId>
+        <groupId>org.apache.camel</groupId>
+        <artifactId>camel-core</artifactId>
         <type>jar</type>
     </dependency>
-    -->
     <dependency>
-        <groupId>org.apache.xbean</groupId>
-        <artifactId>xbean-spring</artifactId>
+        <groupId>org.apache.activemq</groupId>
+        <artifactId>kahadb</artifactId>
         <type>jar</type>
     </dependency>
     <dependency>
-        <groupId>org.apache.camel</groupId>
-        <artifactId>camel-core</artifactId>
+        <groupId>org.apache.activemq.protobuf</groupId>
+        <artifactId>activemq-protobuf</artifactId>
         <type>jar</type>
     </dependency>
     <dependency>