Author: dejanb
Date: Mon Aug 9 09:06:36 2010
New Revision: 983562
URL: http://svn.apache.org/viewvc?rev=983562&view=rev
Log:
https://issues.apache.org/activemq/browse/AMQ-2856 - removing osgi dep from
assembly
Modified:
activemq/trunk/assembly/pom.xml
Modified: activemq/trunk/assembly/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/assembly/pom.xml?rev=983562&r1=983561&r2=983562&view=diff
==============================================================================
--- activemq/trunk/assembly/pom.xml (original)
+++ activemq/trunk/assembly/pom.xml Mon Aug 9 09:06:36 2010
@@ -229,10 +229,6 @@
<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>
<optional>true</optional>
@@ -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>