Merge "Add configuration for extensions"
[bgpcep.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index b734403e08f0558ab3662cf0b104ee262c6e5022..6b445c188ca3d7b5f381224ec8c1c83a4d359953 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -32,6 +32,7 @@
                <osgi.version>5.0.0</osgi.version>
 
                <yangtools.version>0.5.9-SNAPSHOT</yangtools.version>
+        <controller.config.version>0.2.3-SNAPSHOT</controller.config.version>
                <yang.binding.version>0.6.0-SNAPSHOT</yang.binding.version>
                <ietf.types.version>2010.09.24.1</ietf.types.version>
        </properties>
                <module>util</module>
        </modules>
 
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>junit</groupId>
+                <artifactId>junit</artifactId>
+                <version>${junit.version}</version>
+                <scope>test</scope>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+
        <dependencies>
-               <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
-                       <version>${junit.version}</version>
-                       <scope>test</scope>
-               </dependency>
                <dependency>
                        <groupId>ch.qos.logback</groupId>
                        <artifactId>logback-classic</artifactId>
                         <configuration>
                             <sources>
                                 <source>target/generated-sources/sal</source>
+                                <source>target/generated-sources/config</source>
                             </sources>
                         </configuration>
                     </execution>