mirror of https://github.com/apache/activemq.git
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:
parent
71fcf59fe8
commit
37b5d7beed
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue