Release netconf
[netconf.git] / artifacts / pom.xml
index 9d4c4f0985a5a92bb6803f86a208ea9965c3c52c..0d1b66e5c6d5ba11abc6444733dd271e918e4e70 100644 (file)
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>11.0.1</version>
+      <version>12.0.3</version>
       <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-artifacts</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>5.0.4</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
                 <scope>test</scope>
             </dependency>
 
+            <!-- Keystore API and implementations. This is a manifestation of draft-ietf-netconf-keystore. -->
+            <dependency>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>keystore-api</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>keystore-none</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+
+            <!-- Truststore API and implementations. This is a manifestation of draft-ietf-netconf-truststore. -->
+            <dependency>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>truststore-api</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>truststore-none</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+
+            <dependency>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>yanglib</artifactId>
+                <version>${project.version}</version>
+            </dependency>
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
                 <artifactId>yanglib</artifactId>
                 <version>${project.version}</version>
+                <classifier>config</classifier>
+                <type>xml</type>
             </dependency>
 
             <dependency>
                 <artifactId>restconf-common-models</artifactId>
                 <version>${project.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>restconf-api</artifactId>
+                <version>${project.version}</version>
+            </dependency>
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
                 <artifactId>restconf-common</artifactId>