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 <[email protected]> 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 "[email protected]" <[email protected]>.
