Author: cziegeler
Date: Tue Dec 10 04:37:07 2013
New Revision: 1549756
URL: http://svn.apache.org/r1549756
Log:
Add explicitely dependency to OSGi core to avoid framework import of [1.7,2)
Modified:
sling/trunk/contrib/commons/compiler/pom.xml
Modified: sling/trunk/contrib/commons/compiler/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/contrib/commons/compiler/pom.xml?rev=1549756&r1=1549755&r2=1549756&view=diff
==============================================================================
--- sling/trunk/contrib/commons/compiler/pom.xml (original)
+++ sling/trunk/contrib/commons/compiler/pom.xml Tue Dec 10 04:37:07 2013
@@ -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>