mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-3983 - osgi dependency
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1375543 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a526a60abd
commit
dfbdbf6a50
|
@ -110,6 +110,8 @@
|
|||
<dependency>
|
||||
<groupId>org.osgi</groupId>
|
||||
<artifactId>org.osgi.core</artifactId>
|
||||
<scope>provided</scope>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
|
|
|
@ -130,6 +130,12 @@
|
|||
<artifactId>activemq-ra</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.osgi</groupId>
|
||||
<artifactId>org.osgi.core</artifactId>
|
||||
<scope>provided</scope>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.osgi</groupId>
|
||||
<artifactId>spring-osgi-core</artifactId>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -98,7 +98,7 @@
|
|||
<activemq-protobuf-version>1.1</activemq-protobuf-version>
|
||||
<opensymphony-version>2.4.2</opensymphony-version>
|
||||
<zookeeper-version>3.0.0</zookeeper-version>
|
||||
<org.osgi.core-version>4.1.0</org.osgi.core-version>
|
||||
<org.osgi.core-version>4.2.0</org.osgi.core-version>
|
||||
<woodstox-core-asl-version>4.0.8</woodstox-core-asl-version>
|
||||
<stax2-api-version>3.0.2</stax2-api-version>
|
||||
<site-repo-url>scpexe://people.apache.org/www/activemq.apache.org/maven/</site-repo-url>
|
||||
|
|
Loading…
Reference in New Issue