Add mdsal-netconf-notification dependency to features-netconf 98/27798/2
authorJMorvay <jmorvay@cisco.com>
Fri, 2 Oct 2015 09:43:46 +0000 (11:43 +0200)
committerTony Tkacik <ttkacik@cisco.com>
Fri, 2 Oct 2015 19:10:40 +0000 (19:10 +0000)
Add missing dependency on mdsal-nteconf-notification to netconf-features project

Change-Id: I323765720e935162e8e65355f141edc1e5d26da3
Signed-off-by: JMorvay <jmorvay@cisco.com>
features/netconf/pom.xml
opendaylight/netconf/netconf-artifacts/pom.xml

index d4b70376abfcd9714ea55b289ad6731890340b17..2cc98157b9774b9cad2451b8fa875555e6252bdf 100644 (file)
       <groupId>${project.groupId}</groupId>
       <artifactId>netconf-notifications-impl</artifactId>
     </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>mdsal-netconf-notification</artifactId>
+    </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>ietf-netconf</artifactId>
index 01da3e714bff3dec543480efb3db9cab14a00577..00c55acf65a122b1952520f01ca9788de1fe0dd7 100644 (file)
                 <artifactId>netconf-notifications-impl</artifactId>
                 <version>${project.version}</version>
             </dependency>
-
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>mdsal-netconf-notification</artifactId>
+                <version>${project.version}</version>
+            </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netconf-client</artifactId>