Blob Blame History Raw
From fe01d291b864a085aa29f15b409c40063f689968 Mon Sep 17 00:00:00 2001
From: Marek Goldmann <mgoldman@redhat.com>
Date: Tue, 19 Jun 2012 11:16:40 +0200
Subject: [PATCH 16/25] Remove org.osgi.enterprise dependency

---
 build/pom.xml        |    5 -----
 osgi/service/pom.xml |    4 ----
 pom.xml              |    6 ------
 spec-api/pom.xml     |    4 ----
 4 files changed, 19 deletions(-)

diff --git a/build/pom.xml b/build/pom.xml
index e9381fd..a1c82e8 100644
--- a/build/pom.xml
+++ b/build/pom.xml
@@ -1583,11 +1583,6 @@
                 </dependency>
 
                 <dependency>
-                    <groupId>org.osgi</groupId>
-                    <artifactId>org.osgi.enterprise</artifactId>
-                </dependency>
-
-                <dependency>
                     <groupId>org.picketlink</groupId>
                     <artifactId>picketlink-fed</artifactId>
                 </dependency>
diff --git a/osgi/service/pom.xml b/osgi/service/pom.xml
index f20f5be..338da61 100644
--- a/osgi/service/pom.xml
+++ b/osgi/service/pom.xml
@@ -90,10 +90,6 @@
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.core</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.enterprise</artifactId>
-        </dependency>
 
         <!-- Test Dependencies -->
         <dependency>
diff --git a/pom.xml b/pom.xml
index ae8ca34..c613f00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5633,12 +5633,6 @@
             </dependency>
 
             <dependency>
-                <groupId>org.osgi</groupId>
-                <artifactId>org.osgi.enterprise</artifactId>
-                <version>${version.osgi}</version>
-            </dependency>
-
-            <dependency>
                 <groupId>org.picketbox</groupId>
                 <artifactId>picketbox</artifactId>
                 <version>${version.org.picketbox}</version>
diff --git a/spec-api/pom.xml b/spec-api/pom.xml
index fbd99b2..a1005c8 100644
--- a/spec-api/pom.xml
+++ b/spec-api/pom.xml
@@ -129,10 +129,6 @@
       <artifactId>org.osgi.core</artifactId>
     </dependency>
     <dependency>
-       <groupId>org.osgi</groupId>
-       <artifactId>org.osgi.enterprise</artifactId>
-    </dependency>
-    <dependency>
       <groupId>javax.mail</groupId>
       <artifactId>mail</artifactId>
     </dependency>
-- 
1.7.10.4