You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ni...@apache.org on 2009/12/25 03:47:09 UTC

svn commit: r893834 - /activemq/trunk/activemq-core/pom.xml

Author: ningjiang
Date: Fri Dec 25 02:47:09 2009
New Revision: 893834

URL: http://svn.apache.org/viewvc?rev=893834&view=rev
Log:
AMQ-2550 Fixed the issue of org.osgi.framework import

Modified:
    activemq/trunk/activemq-core/pom.xml

Modified: activemq/trunk/activemq-core/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/pom.xml?rev=893834&r1=893833&r2=893834&view=diff
==============================================================================
--- activemq/trunk/activemq-core/pom.xml (original)
+++ activemq/trunk/activemq-core/pom.xml Fri Dec 25 02:47:09 2009
@@ -32,6 +32,7 @@
 
   <properties>
     <activemq.osgi.import.pkg>
+      org.osgi.framework;version="[1.3,2)",
       com.thoughtworks.xstream*;resolution:=optional,
       org.apache.activeio*;resolution:=optional,
       org.apache.camel*;resolution:=optional,