allow obr client dependency to resolve spring for blueprint pid factory in osgi-inf - https://issues.apache.org/jira/browse/AMQ-4341

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1463526 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2013-04-02 13:25:42 +00:00
parent 0507ad380b
commit 719f5e8946
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
<bundle dependency="false">mvn:commons-net/commons-net/${commons-net-version}</bundle>
<!-- uber osgi bundle means client is not that lean, todo: introduce client osgi bundle -->
<feature version="[3,4)">spring</feature>
<bundle dependency="true">mvn:org.apache.xbean/xbean-spring/${xbean-version}</bundle>
<bundle dependency="false">mvn:org.apache.xbean/xbean-spring/${xbean-version}</bundle>
<bundle>mvn:org.apache.activemq/activemq-osgi/${project.version}</bundle>
</feature>