Remove unneeded osgi-core dependencies 38/91838/5
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 4 Aug 2020 07:36:34 +0000 (09:36 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 4 Aug 2020 09:38:05 +0000 (11:38 +0200)
A number of artifacts depend on osgi-core for no reason at all,
while this does not hurt, it does slow the build down a bit. Remove
these dependencies.

Change-Id: Ic1b386caf570454568a66a06331b6976f50be3a6
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
aclservice/impl/pom.xml
aclservice/shell/pom.xml
cloud-servicechain/impl/pom.xml
dhcpservice/shell/pom.xml
fibmanager/shell/pom.xml
neutronvpn/shell/pom.xml
qosservice/impl/pom.xml
vpnmanager/shell/pom.xml

index c3983d51c340ab1ab881492ba75014b17ee63e50..bdec68d50087e072c8275fe8332ed6cd2d7c1de0 100644 (file)
@@ -21,11 +21,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <modelVersion>4.0.0</modelVersion>
 
     <dependencies>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
-            <scope>provided</scope>
-        </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>aclservice-api</artifactId>
index 18831c0f24fe232b7d098f047ed5e49d6955c2b5..e1b51402d61a5fcb1e6ffcab0a32ea72f4badd45 100644 (file)
@@ -25,7 +25,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.core</artifactId>
-            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
index 911e8b2afce70c0c5ddf76cba63afeedff60f67e..de0e4f701120f514b567ad7a598bf64314f0b4a7 100644 (file)
     <modelVersion>4.0.0</modelVersion>
 
     <dependencies>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
-            <scope>provided</scope>
-        </dependency>
         <dependency>
             <groupId>javax.inject</groupId>
             <artifactId>javax.inject</artifactId>
index 59d7e90230aa1b443f1b9a59b80ab21ccd16e8a1..871aa7b53637d32d35094cf302c28c51499779d3 100644 (file)
@@ -25,7 +25,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.core</artifactId>
-            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.karaf.shell</groupId>
index f69d64f98f189a08235f1d5827dd7eab7896a86b..24181e8e9fc70b0109dc9a0fe241705e52978efc 100644 (file)
@@ -25,7 +25,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.core</artifactId>
-            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.karaf.shell</groupId>
index 6cc810d7d6e6592c85babdace39ed1139991e526..0d3d7fab8464cc89e5440aa78869d31471c813f7 100644 (file)
@@ -25,7 +25,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.core</artifactId>
-            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.karaf.shell</groupId>
index 76345aca96d7c90fe333636f4f9701bc4e158a0d..a54f019c4bc07a17ad00e56e2bb2bfc018dee497 100644 (file)
@@ -25,7 +25,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.core</artifactId>
-            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.karaf.shell</groupId>
index d31e2336c197c11b4a8a8ad34db89bd66aa85b62..1b0b7085956eb2fce21c71de21192fa1625a8d65 100644 (file)
@@ -25,7 +25,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.core</artifactId>
-            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.karaf.shell</groupId>