This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag maven-sling-plugin-2.0.2-incubator in repository https://gitbox.apache.org/repos/asf/sling-maven-sling-plugin.git
commit 4770f37116a34ec4e143558b3d00d51eb3f050fd Author: Carsten Ziegeler <[email protected]> AuthorDate: Mon Jan 28 08:17:53 2008 +0000 Use OSGi core and cmpendium jars from Felix project. git-svn-id: https://svn.apache.org/repos/asf/incubator/sling/trunk/maven/maven-sling-plugin@615754 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index f654775..913f188 100644 --- a/pom.xml +++ b/pom.xml @@ -61,9 +61,8 @@ <dependencies> <dependency> - <groupId>org.osgi</groupId> - <artifactId>osgi_R4_core</artifactId> - <version>1.0</version> + <groupId>org.apache.felix</groupId> + <artifactId>org.osgi.core</artifactId> <scope>compile</scope> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
