Add RFC8641 model
[netconf.git] / artifacts / pom.xml
index dd5646bd855ddf9a7b672194941af38a12f847b9..d790f1e1fdd7c8b29bbf98077d0c13e03be7c240 100644 (file)
                 <artifactId>rfc7407-ietf-x509-cert-to-name</artifactId>
                 <version>${project.version}</version>
             </dependency>
+            <!-- RFC8641 Subscription to YANG Notifications -->
+            <dependency>
+                <groupId>org.opendaylight.netconf.model</groupId>
+                <artifactId>rfc8641</artifactId>
+                <version>${project.version}</version>
+            </dependency>
 
             <!-- draft-ietf-netconf-crypto-types -->
             <dependency>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>odl-netconf-model-rfc8641</artifactId>
+                <version>${project.version}</version>
+                <type>xml</type>
+                <classifier>features</classifier>
+            </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>odl-netconf-monitoring</artifactId>