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>
|
<artifactId>activation</artifactId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
|
<!-- needed so explicitly pull in geronimo .. spec below -->
|
||||||
<groupId>javax.xml.bind</groupId>
|
<groupId>javax.xml.bind</groupId>
|
||||||
<artifactId>activation</artifactId>
|
<artifactId>activation</artifactId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.geronimo.specs</groupId>
|
||||||
|
<artifactId>geronimo-activation_1.1_spec</artifactId>
|
||||||
|
<version>1.0.2</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>jivesoftware</groupId>
|
<groupId>jivesoftware</groupId>
|
||||||
<artifactId>smack</artifactId>
|
<artifactId>smack</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue