Explicitly set git-review branch to master
[controller.git] / features / config / pom.xml
index e6d9426a82d4f131c9a6f876fd20d3ba33e65804..db29eaec4d29b97600f51f5e01437e8cf0b3bde1 100644 (file)
     <mdsal.version>2.0.0-SNAPSHOT</mdsal.version>
     <config.version>0.4.0-SNAPSHOT</config.version>
     <features.file>features.xml</features.file>
+    <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory>
   </properties>
 
 
   <dependencyManagement>
     <dependencies>
+       <dependency>
+        <groupId>org.opendaylight.odlparent</groupId>
+        <artifactId>odlparent-artifacts</artifactId>
+        <version>1.6.0-SNAPSHOT</version>
+        <scope>import</scope>
+        <type>pom</type>
+      </dependency>
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
   <dependencies>
 
     <!-- Required features repositories -->
+    <dependency>
+      <groupId>org.opendaylight.odlparent</groupId>
+      <artifactId>features-odlparent</artifactId>
+      <classifier>features</classifier>
+      <type>xml</type>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>features-yangtools</artifactId>