Author: davsclaus
Date: Sat Sep 1 15:25:52 2012
New Revision: 1379771
URL: http://svn.apache.org/viewvc?rev=1379771&view=rev
Log:
AMQ-3950: activemq-blueprint has wider osgi import of aries. Thanks to Balazs
Zsoldos for the patch.
Modified:
activemq/trunk/activemq-blueprint/pom.xml
Modified: activemq/trunk/activemq-blueprint/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/activemq-blueprint/pom.xml?rev=1379771&r1=1379770&r2=1379771&view=diff
==============================================================================
--- activemq/trunk/activemq-blueprint/pom.xml (original)
+++ activemq/trunk/activemq-blueprint/pom.xml Sat Sep 1 15:25:52 2012
@@ -33,6 +33,7 @@
<properties>
<activemq.osgi.import.pkg>
org.apache.xbean*;version="[3.7,4)",
+ org.apache.aries.blueprint.*;version="[0.3,2)",
*
</activemq.osgi.import.pkg>
</properties>