This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.scripting.java-2.0.12 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-java.git
commit 6c49f3a7cbae990c7aaa954afe7f3e077e8843f6 Author: Carsten Ziegeler <[email protected]> AuthorDate: Sat Jul 5 11:38:27 2014 +0000 Avoid dependency to framework 1.7 package, 1.5 is enough git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/java@1607999 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 87e915f..1ff9ec4 100644 --- a/pom.xml +++ b/pom.xml @@ -80,6 +80,14 @@ <dependencies> <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.core</artifactId> + </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.compendium</artifactId> + </dependency> + <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.scr.annotations</artifactId> </dependency> @@ -111,14 +119,6 @@ </dependency> <dependency> - <groupId>org.osgi</groupId> - <artifactId>org.osgi.core</artifactId> - </dependency> - <dependency> - <groupId>org.osgi</groupId> - <artifactId>org.osgi.compendium</artifactId> - </dependency> - <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.5</version> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
