You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ke...@apache.org on 2009/10/29 14:12:27 UTC

svn commit: r830924 - in /geronimo/server/branches/2.2/plugins/activemq: activemq-webconsole-jetty/src/main/history/dependencies.xml activemq-webconsole-tomcat/src/main/history/dependencies.xml

Author: kevan
Date: Thu Oct 29 13:12:26 2009
New Revision: 830924

URL: http://svn.apache.org/viewvc?rev=830924&view=rev
Log:
revert 830704. Seems I had a back-level activmq release candidate in my local repo

Modified:
    geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-jetty/src/main/history/dependencies.xml
    geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-tomcat/src/main/history/dependencies.xml

Modified: geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-jetty/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-jetty/src/main/history/dependencies.xml?rev=830924&r1=830923&r2=830924&view=diff
==============================================================================
--- geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-jetty/src/main/history/dependencies.xml (original)
+++ geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-jetty/src/main/history/dependencies.xml Thu Oct 29 13:12:26 2009
@@ -126,4 +126,9 @@
         <artifactId>xmlpull</artifactId>
         <type>jar</type>
     </dependency>
+    <dependency>
+        <groupId>jivesoftware</groupId>
+        <artifactId>smack</artifactId>
+        <type>jar</type>
+    </dependency>
 </plugin-artifact>

Modified: geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-tomcat/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-tomcat/src/main/history/dependencies.xml?rev=830924&r1=830923&r2=830924&view=diff
==============================================================================
--- geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-tomcat/src/main/history/dependencies.xml (original)
+++ geronimo/server/branches/2.2/plugins/activemq/activemq-webconsole-tomcat/src/main/history/dependencies.xml Thu Oct 29 13:12:26 2009
@@ -126,4 +126,9 @@
         <artifactId>xmlpull</artifactId>
         <type>jar</type>
     </dependency>
+    <dependency>
+        <groupId>jivesoftware</groupId>
+        <artifactId>smack</artifactId>
+        <type>jar</type>
+    </dependency>
 </plugin-artifact>