BUG 5115: Fix missing artifact exception in log 25/33625/4
authoroshvartz <oshvartz@redhat.com>
Wed, 27 Jan 2016 10:53:00 +0000 (12:53 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 28 Jan 2016 17:10:12 +0000 (17:10 +0000)
Add new dependency "org.apache.karaf.region.persist"
in karaf-parent pom to fix missing artifact exception
for region feature.

Change-Id: I1d08b69e4afee4e4911d9fc5be9cfd5250868b3f
Signed-off-by: oshvartz <oshvartz@redhat.com>
karaf/karaf-parent/pom.xml

index 65f0d7928c081c360f5025584b7749c3f3c75241..64616ae569ab939c2f87714e3131e80db99c1968 100644 (file)
@@ -63,6 +63,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <classifier>features</classifier>
       <scope>runtime</scope>
     </dependency>
       <classifier>features</classifier>
       <scope>runtime</scope>
     </dependency>
+    <!-- karaf region dependency -->
+    <dependency>
+      <groupId>org.apache.karaf.region</groupId>
+      <artifactId>org.apache.karaf.region.persist</artifactId>
+      <version>${karaf.version}</version>
+      <scope>runtime</scope>
+    </dependency>
     <!-- ODL Branding -->
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
     <!-- ODL Branding -->
     <dependency>
       <groupId>org.opendaylight.controller</groupId>