Add explicit org.osgi.core dependency - part 2 59/73059/2
authorTom Pantelis <tompantelis@gmail.com>
Sat, 16 Jun 2018 12:57:46 +0000 (08:57 -0400)
committerSam Hague <shague@redhat.com>
Sat, 16 Jun 2018 13:40:57 +0000 (13:40 +0000)
Change-Id: Iabe6eb19cfe0878c063dc75802dc25ca4a05bca7
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
aclservice/impl/pom.xml
cloud-servicechain/impl/pom.xml

index 66f7fdbc7f9af652a73ed392ff2954a2a740c938..9f00659117c873ce4e4294190aaaa6ec7e04e95e 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 cb09ae061f33c7b13a8e16c7c33fa9dfb1d9a3e8..bbcb29a87ba39b2737976fd5c7c3bb762f21fefa 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>