Author: cschneider
Date: Tue Jan 31 15:28:48 2017
New Revision: 1781106
URL: http://svn.apache.org/viewvc?rev=1781106&view=rev
Log:
[ARIES-1678] Add requirement for ProxyManager service
Modified:
aries/trunk/blueprint/blueprint-core/pom.xml
Modified: aries/trunk/blueprint/blueprint-core/pom.xml
URL:
http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-core/pom.xml?rev=1781106&r1=1781105&r2=1781106&view=diff
==============================================================================
--- aries/trunk/blueprint/blueprint-core/pom.xml (original)
+++ aries/trunk/blueprint/blueprint-core/pom.xml Tue Jan 31 15:28:48 2017
@@ -255,9 +255,6 @@
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
- <Import-Service>
- org.apache.aries.proxy.ProxyManager
- </Import-Service>
<Provide-Capability>
osgi.extender;
osgi.extender="osgi.blueprint";
@@ -265,6 +262,9 @@
"org.osgi.service.blueprint.container,org.osgi.service.blueprint.reflect";
version:Version="1.0"
</Provide-Capability>
+ <Require-Capability>
+
osgi.service;filter:="(objectClass=org.apache.aries.proxy.ProxyManager)";effective:="active"
+ </Require-Capability>
</instructions>
</configuration>
</plugin>