Fix docgen failure on multi-level choice definition
[netconf.git] / artifacts / pom.xml
index affbb8b8236761a54d577a568cb381583db6c290..6a8a7d00abc593c6767dee67577340cd98da263e 100644 (file)
                 <version>${project.version}</version>
             </dependency>
 
+            <!-- NETCONF Transport API and implementations-->
+            <dependency>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>transport-api</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.netconf</groupId>
+                <artifactId>transport-tcp</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+
             <!-- YANG models -->
             <!-- RFC5277 NETCONF Event Notifications -->
             <dependency>
                 <version>${project.version}</version>
             </dependency>
 
+            <!-- draft-ietf-netconf-crypto-types -->
+            <dependency>
+                <groupId>org.opendaylight.netconf.model</groupId>
+                <artifactId>draft-ietf-netconf-crypto-types</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+
             <!-- FIXME: place these models with their users -->
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <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>