Decouple config and netconf subsystems.
[controller.git] / opendaylight / netconf / netconf-artifacts / pom.xml
index 1d9e23edea41f8711b8ebcc57120ed61c9dedc65..269dd4d68c31256ce293be4bf5b920c78285fc1b 100644 (file)
     <version>0.4.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
+    <properties>
+        <mdsal.version>1.3.0-SNAPSHOT</mdsal.version>
+    </properties>
+
     <dependencyManagement>
         <dependencies>
             <dependency>
                 <artifactId>mdsal-netconf-monitoring</artifactId>
                 <version>${project.version}</version>
             </dependency>
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>mdsal-netconf-monitoring</artifactId>
+                <version>${project.version}</version>
+            </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netconf-netty-util</artifactId>
                 <artifactId>netconf-util</artifactId>
                 <version>${project.version}</version>
             </dependency>
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>netconf-mdsal-config</artifactId>
+                <version>${project.version}</version>
+                <classifier>config</classifier>
+                <type>xml</type>
+            </dependency>
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>sal-netconf-connector</artifactId>
+                <version>${mdsal.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>features-netconf-connector</artifactId>
+                <version>${mdsal.version}</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+                <scope>runtime</scope>
+            </dependency>
 
             <dependency>
                 <groupId>${project.groupId}</groupId>