Add explicit org.osgi.core dependency 43/73043/1
authorTom Pantelis <tompantelis@gmail.com>
Fri, 15 Jun 2018 17:06:16 +0000 (13:06 -0400)
committerTom Pantelis <tompantelis@gmail.com>
Fri, 15 Jun 2018 17:26:23 +0000 (13:26 -0400)
This was picked up transitively from config-api but that
is going away.

Change-Id: I5f8011adb96c82a1d69960bfe9e2d68aa45a1f96
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
applications/reconciliation-framework/pom.xml
applications/southbound-cli/pom.xml
drop-test-karaf/pom.xml
openflowplugin-api/pom.xml
openflowplugin-impl/pom.xml

index c95d16d45ad6fa0607ca1f82b2f183f6a781613e..0ddba914a5de6a7b140fd49270ed82d1515def4e 100644 (file)
     <packaging>bundle</packaging>
 
     <dependencies>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+        </dependency>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
index 58bbefc2a192f10f3a8ca222035600c195402cbe..bb29493fa7f16d8e1f0891328b28f94bcaacadbb 100644 (file)
     <packaging>bundle</packaging>
 
     <dependencies>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+        </dependency>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
index 551dd5e1c86a3e0ef34434335630b2d682c0660b..ba34bb93d7a39f50a7fdeee7fc82a7f32dcb426d 100644 (file)
         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/openflowplugin.git</developerConnection>
     </scm>
     <dependencies>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>test-common</artifactId>
index 4797f33e39edb5cf5fcb5fc5ef96cca461e65c3d..4dc7608aaf50f322fa9366ff4830584826a798cf 100644 (file)
     <packaging>bundle</packaging>
 
     <dependencies>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+        </dependency>
         <dependency>
             <groupId>${project.groupId}.model</groupId>
             <artifactId>model-flow-service</artifactId>
index 77cb55574267e4565a87b9553a92557ba5e2bc8c..7a7fea80ad7feef2e977ee4e4c5e8f85f121fc94 100644 (file)
     <packaging>bundle</packaging>
 
     <dependencies>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>openflowplugin-api</artifactId>