This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.commons.compiler-2.2.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-compiler.git
commit 99db0d837a27fbd9921440ad9af549ff66c1ec3e Author: Carsten Ziegeler <[email protected]> AuthorDate: Tue Dec 10 04:37:07 2013 +0000 Add explicitely dependency to OSGi core to avoid framework import of [1.7,2) git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/commons/compiler@1549756 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index c21c794..9e93e94 100644 --- a/pom.xml +++ b/pom.xml @@ -88,6 +88,10 @@ <dependencies> <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.core</artifactId> + </dependency> + <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.scr.annotations</artifactId> </dependency> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
