Bug 3863 - Milestone: Add support for netconf notifications in MD-SAL netconf northbound
[netconf.git] / opendaylight / netconf / pom.xml
index b2d5e2a77373f1eb5a39cc24e10ecdb9343533da..f2027d53ea5e2b9d53f36468bd3b0a232b1c2961 100644 (file)
@@ -20,6 +20,7 @@
     <module>config-netconf-connector</module>
     <module>mdsal-netconf-connector</module>
     <module>mdsal-netconf-monitoring</module>
+    <module>mdsal-netconf-notification</module>
     <module>netconf-util</module>
     <module>netconf-netty-util</module>
     <module>netconf-mapping-api</module>
 
   <dependencyManagement>
     <dependencies>
-      <dependency>
-        <groupId>org.opendaylight.aaa</groupId>
-        <artifactId>aaa-artifacts</artifactId>
-        <version>${aaa.version}</version>
-        <type>pom</type>
-        <scope>import</scope>
-      </dependency>
-      <dependency>
-        <groupId>org.opendaylight.controller</groupId>
-        <artifactId>config-artifacts</artifactId>
-        <version>${config.version}</version>
-        <type>pom</type>
-        <scope>import</scope>
-      </dependency>
-      <dependency>
-        <groupId>org.opendaylight.controller</groupId>
-        <artifactId>mdsal-artifacts</artifactId>
-        <version>${mdsal.version}</version>
-        <type>pom</type>
-        <scope>import</scope>
-      </dependency>
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>messagebus-api</artifactId>
-        <version>${mdsal.version}</version>
+        <version>${controller.mdsal.version}</version>
       </dependency>
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>messagebus-config</artifactId>
-        <version>${mdsal.version}</version>
+        <version>${controller.mdsal.version}</version>
       </dependency>
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>messagebus-impl</artifactId>
-        <version>${mdsal.version}</version>
+        <version>${controller.mdsal.version}</version>
       </dependency>
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>messagebus-spi</artifactId>
-        <version>${mdsal.version}</version>
+        <version>${controller.mdsal.version}</version>
       </dependency>
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>messagebus-util</artifactId>
-        <version>${mdsal.version}</version>
+        <version>${controller.mdsal.version}</version>
       </dependency>
 
       <dependency>
         <version>${exi.nagasena.version}</version>
       </dependency>
       <dependency>
-        <groupId>org.opendaylight.yangtools</groupId>
+        <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>maven-sal-api-gen-plugin</artifactId>
         <version>${yangtools.version}</version>
       </dependency>
 
     </dependencies>
   </dependencyManagement>
-
-  <profiles>
-    <profile>
-      <id>integrationtests</id>
-      <activation>
-        <activeByDefault>false</activeByDefault>
-      </activation>
-      <modules>
-        <module>netconf-it</module>
-      </modules>
-    </profile>
-  </profiles>
 </project>