add activation dependency to allow xmpp tests to execute

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@917575 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2010-03-01 16:33:49 +00:00
parent 71fcf59fe8
commit 37b5d7beed
1 changed files with 6 additions and 1 deletions

View File

@ -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>