Add org.osgi.core dependency to hwvtepsouthbound-impl 42/73042/1
authorTom Pantelis <tompantelis@gmail.com>
Fri, 15 Jun 2018 16:44:42 +0000 (12:44 -0400)
committerTom Pantelis <tompantelis@gmail.com>
Fri, 15 Jun 2018 16:44:42 +0000 (12:44 -0400)
This was picked up transitively from config-api but that
is going away.

Change-Id: I4490abcb0acaa326204015cd4d82f1396685e63d
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
hwvtepsouthbound/hwvtepsouthbound-impl/pom.xml

index 79df07c224427a8024d0e6ee91cdec93704fa2a4..8d316df98e87ae54743635bfeebd0d3d4aebf28c 100644 (file)
@@ -25,6 +25,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <name>ODL :: ovsdb :: ${project.artifactId}</name>
 
   <dependencies>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.core</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal-core-api</artifactId>