Add explicit org.osgi.core dependency 44/73044/3
authorTom Pantelis <tompantelis@gmail.com>
Fri, 15 Jun 2018 18:11:45 +0000 (14:11 -0400)
committerSam Hague <shague@redhat.com>
Fri, 15 Jun 2018 20:05:50 +0000 (20:05 +0000)
This was picked up transitively from config-api but that
is going away.

Change-Id: Iab519494774ee665b0f618dfbcd401014e3385b5
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
aclservice/shell/pom.xml
bgpmanager/impl/pom.xml
dhcpservice/shell/pom.xml
fibmanager/impl/pom.xml
fibmanager/shell/pom.xml
natservice/impl/pom.xml
neutronvpn/impl/pom.xml
neutronvpn/shell/pom.xml
qosservice/impl/pom.xml
vpnmanager/shell/pom.xml

index 7bf41c7e21ab3e2ff4efb9d569b08b89a620bf43..4753baee960d5653074a4033112670a6d75e69d8 100644 (file)
@@ -22,6 +22,11 @@ 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 b5d0a211cbecbb94e948bc54db5fac8f6b5cc32a..4d2a80f463eeda69eb8fecd7701e227aabb54465 100644 (file)
@@ -22,6 +22,10 @@ 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>
+        </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>bgpmanager-api</artifactId>
index 93a813e125de2f9fd4b160cd9b9fa83300390580..fc030217c554e89360fffc6c950be5ab913e19d2 100644 (file)
@@ -22,6 +22,11 @@ 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>org.apache.karaf.shell</groupId>
             <artifactId>org.apache.karaf.shell.console</artifactId>
index ef79cc0abf647661942142f07e549ee780767f79..d77eda95f7378ca81b2172cd70e3ddf0a15c9f37 100644 (file)
@@ -22,6 +22,10 @@ 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>
+        </dependency>
         <dependency>
             <groupId>javax.inject</groupId>
             <artifactId>javax.inject</artifactId>
index eba4adc45444413af9bc8dde7455ac951be94cbb..57b0c67dd477c8445916dc81159cbfc09d296581 100644 (file)
@@ -22,6 +22,11 @@ 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>org.apache.karaf.shell</groupId>
             <artifactId>org.apache.karaf.shell.console</artifactId>
index 92d4859af3955a96e549f4ef51150bda36e21134..6ab440b8193b7fa77384d1a66a1a2e686c996d78 100644 (file)
@@ -22,6 +22,10 @@ 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>
+        </dependency>
         <dependency>
             <groupId>commons-net</groupId>
             <artifactId>commons-net</artifactId>
index e93e596f90fed7348827ea60e22772c158d81081..510c559d3517bf0ce443fdc3de9eef95ff3aa00d 100644 (file)
@@ -22,6 +22,10 @@ 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>
+        </dependency>
         <dependency>
             <groupId>com.google.code.gson</groupId>
             <artifactId>gson</artifactId>
index 02a47b95679470bfb22df4373844e76cede80ddb..95a4ccde5bb90f2b627cf8d6f9440ad2b1edd96a 100644 (file)
@@ -22,6 +22,11 @@ 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>org.apache.karaf.shell</groupId>
             <artifactId>org.apache.karaf.shell.console</artifactId>
index 46c9479214a4e785c6c5e1a77c12f0e0ab57e268..4b439c3bb587356900a401897a734f8a1e865620 100644 (file)
@@ -22,6 +22,11 @@ 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>org.apache.karaf.shell</groupId>
             <artifactId>org.apache.karaf.shell.console</artifactId>
index 54b5ece4d820776199812abb605805a631196462..2884093f881e4b4a1e822afca08380e48ea2cf4b 100644 (file)
@@ -22,6 +22,11 @@ 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>org.apache.karaf.shell</groupId>
             <artifactId>org.apache.karaf.shell.console</artifactId>