mirror of https://github.com/apache/activemq.git
https://issues.apache.org/activemq/browse/AMQ-2856 - removing osgi dep from assembly
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@983562 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
05a2ffb9dc
commit
24b42fcd82
|
@ -228,10 +228,6 @@
|
|||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
<artifactId>geronimo-jta_1.0.1B_spec</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.osgi</groupId>
|
||||
<artifactId>org.osgi.core</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.xbean</groupId>
|
||||
<artifactId>xbean-spring</artifactId>
|
||||
|
@ -329,11 +325,6 @@
|
|||
<artifactId>junit</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.osgi</groupId>
|
||||
<artifactId>org.osgi.core</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- dependencies specific to this module -->
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue