You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2015/01/21 11:01:45 UTC

karaf git commit: Remove duplicate declaration of features.core in karaf-maven-plugin

Repository: karaf
Updated Branches:
  refs/heads/master c19a22d0b -> 8e5cb54e2


Remove duplicate declaration of features.core in karaf-maven-plugin


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/8e5cb54e
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/8e5cb54e
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/8e5cb54e

Branch: refs/heads/master
Commit: 8e5cb54e2e17a3e37f3f83fe81588b8c07ae1422
Parents: c19a22d
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Wed Jan 21 11:01:21 2015 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Wed Jan 21 11:01:21 2015 +0100

----------------------------------------------------------------------
 tooling/karaf-maven-plugin/pom.xml | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/8e5cb54e/tooling/karaf-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/karaf-maven-plugin/pom.xml b/tooling/karaf-maven-plugin/pom.xml
index 4fc73aa..39af7ba 100644
--- a/tooling/karaf-maven-plugin/pom.xml
+++ b/tooling/karaf-maven-plugin/pom.xml
@@ -184,10 +184,6 @@
             <artifactId>org.apache.karaf.shell.console</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.karaf.features</groupId>
-            <artifactId>org.apache.karaf.features.core</artifactId>
-        </dependency>
-        <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.core</artifactId>
             <scope>compile</scope>