You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2017/12/22 15:21:16 UTC

[sling-org-apache-sling-testing-paxexam] 03/11: make package import org.osgi.service.cm.* optional

This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-paxexam.git

commit 8bca4c42a82e55de3645279c3a909e1bf26ad51f
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Dec 22 12:05:49 2017 +0100

    make package import org.osgi.service.cm.* optional
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9928dee..fbf394b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,8 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.ops4j.pax.exam.cm;resolution:=optional,
+              org.osgi.service.cm.*;resolution:=optional,
+              org.ops4j.pax.exam.cm.*;resolution:=optional,
               *
             </Import-Package>
           </instructions>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.