BUG 5115: Fix missing artifact exception in log
[controller.git] / 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>
+    <!-- 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>