You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2017/01/11 15:14:05 UTC

svn commit: r1778312 - /aries/trunk/proxy/proxy-bundle/pom.xml

Author: cschneider
Date: Wed Jan 11 15:14:05 2017
New Revision: 1778312

URL: http://svn.apache.org/viewvc?rev=1778312&view=rev
Log:
[ARIES-1658] Require OSGi 4.3 and slf4j

Modified:
    aries/trunk/proxy/proxy-bundle/pom.xml

Modified: aries/trunk/proxy/proxy-bundle/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/proxy/proxy-bundle/pom.xml?rev=1778312&r1=1778311&r2=1778312&view=diff
==============================================================================
--- aries/trunk/proxy/proxy-bundle/pom.xml (original)
+++ aries/trunk/proxy/proxy-bundle/pom.xml Wed Jan 11 15:14:05 2017
@@ -56,15 +56,10 @@
         <aries.osgi.import.pkg>
             org.objectweb.asm*;resolution:=optional,
             sun.reflect*;resolution:=optional,
-            org.osgi.framework;version="[1.5,2)",
-            org.osgi.framework.hooks.weaving;resolution:=optional,
-            org.osgi.framework.wiring;resolution:=optional,
-            org.slf4j;version="[1.6,2)";resolution:=optional,
             *
         </aries.osgi.import.pkg>
         <aries.osgi.private.pkg>
             org.apache.aries.proxy.impl*,
-            org.apache.aries.proxy.nls
         </aries.osgi.private.pkg>
         <lastReleaseVersion>1.0.1</lastReleaseVersion>
     </properties>