Make sure aries-util is not referenced in the framework car

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

Branch: refs/heads/master
Commit: edd82fda337ed048b7c8fa24bb51c917d89bdaea
Parents: 0c8e8a8
Author: Guillaume Nodet <gno...@gmail.com>
Authored: Fri Apr 11 19:16:08 2014 +0200
Committer: Guillaume Nodet <gno...@gmail.com>
Committed: Fri Apr 11 19:20:04 2014 +0200

----------------------------------------------------------------------
 assemblies/features/framework/pom.xml |  4 ----
 shell/core/pom.xml                    | 10 ----------
 2 files changed, 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/edd82fda/assemblies/features/framework/pom.xml
----------------------------------------------------------------------
diff --git a/assemblies/features/framework/pom.xml 
b/assemblies/features/framework/pom.xml
index 4675b0a..fd73a47 100644
--- a/assemblies/features/framework/pom.xml
+++ b/assemblies/features/framework/pom.xml
@@ -173,10 +173,6 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.karaf.region</groupId>
-            <artifactId>org.apache.karaf.region.core</artifactId>
-        </dependency>
-        <dependency>
             <groupId>org.apache.karaf.features</groupId>
             <artifactId>org.apache.karaf.features.core</artifactId>
         </dependency>

http://git-wip-us.apache.org/repos/asf/karaf/blob/edd82fda/shell/core/pom.xml
----------------------------------------------------------------------
diff --git a/shell/core/pom.xml b/shell/core/pom.xml
index 92c7555..572430c 100644
--- a/shell/core/pom.xml
+++ b/shell/core/pom.xml
@@ -68,16 +68,6 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.aries.blueprint</groupId>
-            <artifactId>org.apache.aries.blueprint.api</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.aries.blueprint</groupId>
-            <artifactId>org.apache.aries.blueprint.core</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.gogo.runtime</artifactId>
             <scope>provided</scope>

Reply via email to