Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > aef04f5ecc9af4bc34e980359a06850f > files > 2

arquillian-osgi-1.0.2-4.mga3.src.rpm

From 9ca66840604511bcf371fde56aeec057cca05e2f Mon Sep 17 00:00:00 2001
From: Marek Goldmann <goldmann@fedoraproject.org>
Date: Fri, 8 Jun 2012 12:11:31 +0200
Subject: [PATCH 2/4] Remove osgi.enterprise dependency

---
 container-embedded/pom.xml |    5 -----
 pom.xml                    |    5 -----
 2 files changed, 10 deletions(-)

diff --git a/container-embedded/pom.xml b/container-embedded/pom.xml
index e6d2941..b0239a7 100644
--- a/container-embedded/pom.xml
+++ b/container-embedded/pom.xml
@@ -100,11 +100,6 @@
             <artifactId>org.osgi.core</artifactId>
             <scope>provided</scope>
         </dependency>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.enterprise</artifactId>
-            <scope>provided</scope>
-        </dependency>
 
         <!-- Test dependencies -->
         <dependency>
diff --git a/pom.xml b/pom.xml
index 2eced0a..5f10a70 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,11 +54,6 @@
                 <version>${version.osgi}</version>
             </dependency>
             <dependency>
-                <groupId>org.osgi</groupId>
-                <artifactId>org.osgi.enterprise</artifactId>
-                <version>${version.osgi}</version>
-            </dependency>
-            <dependency>
                 <groupId>org.jboss.osgi.vfs</groupId>
                 <artifactId>jbosgi-vfs30</artifactId>
                 <version>${version.jboss_osgi_vfs}</version>
-- 
1.7.10.2