You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2010/03/01 17:33:49 UTC

svn commit: r917575 - /activemq/trunk/activemq-xmpp/pom.xml

Author: gtully
Date: Mon Mar  1 16:33:49 2010
New Revision: 917575

URL: http://svn.apache.org/viewvc?rev=917575&view=rev
Log:
add activation dependency to allow xmpp tests to execute

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

Modified: activemq/trunk/activemq-xmpp/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-xmpp/pom.xml?rev=917575&r1=917574&r2=917575&view=diff
==============================================================================
--- activemq/trunk/activemq-xmpp/pom.xml (original)
+++ activemq/trunk/activemq-xmpp/pom.xml Mon Mar  1 16:33:49 2010
@@ -95,12 +95,17 @@
          <artifactId>activation</artifactId>
        </exclusion>
        <exclusion>
+         <!-- needed so explicitly pull in geronimo .. spec below -->
          <groupId>javax.xml.bind</groupId>
          <artifactId>activation</artifactId>
        </exclusion>
       </exclusions>
     </dependency>
-
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-activation_1.1_spec</artifactId>
+      <version>1.0.2</version>
+    </dependency>
     <dependency>
       <groupId>jivesoftware</groupId>
       <artifactId>smack</artifactId>