X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fpom.xml;h=e7b9a025520f3d5ab64fa03b2852a9dc1ce61172;hb=94b968f7454a2d677b1ac8fc4a81c10ecca03fa3;hp=5447f7f5d057c71eba0e08369986c46c31013903;hpb=3a9f0addbcd1d3504ffaae935b64d3173b74f426;p=controller.git diff --git a/opendaylight/netconf/pom.xml b/opendaylight/netconf/pom.xml index 5447f7f5d0..e7b9a02552 100644 --- a/opendaylight/netconf/pom.xml +++ b/opendaylight/netconf/pom.xml @@ -1,15 +1,14 @@ - + 4.0.0 org.opendaylight.controller commons.opendaylight - 1.4.1-SNAPSHOT + 1.4.2-SNAPSHOT ../commons/opendaylight - 0.2.2-SNAPSHOT + 0.2.5-SNAPSHOT netconf-subsystem pom ${project.artifactId} @@ -26,7 +25,10 @@ config-persister-impl netconf-mapping-api netconf-client - ../../third-party/ganymed + netconf-ssh + netconf-monitoring + ietf-netconf-monitoring + ietf-netconf-monitoring-extension @@ -43,9 +45,10 @@ 5.0.0 - 2.3.7 + 2.4.0 1.7.2 4.0.10.Final + ${project.build.directory}/generated-sources/sal @@ -68,12 +71,6 @@ org.osgi.core ${osgi.version} - - org.opendaylight.bgpcep - mockito-configuration - ${bgpcep.version} - test - ${project.groupId} config-api @@ -102,49 +99,54 @@ ${project.groupId} - yang-store-api + yang-test ${config.version} ${project.groupId} - yang-store-impl - ${config.version} + netconf-api + ${netconf.version} ${project.groupId} - yang-store-impl - ${config.version} + netconf-util + ${netconf.version} + + + ${project.groupId} + netconf-util + ${netconf.version} test-jar ${project.groupId} - yang-test - ${config.version} + netconf-ssh + ${netconf.version} ${project.groupId} - netconf-api + netconf-ssh ${netconf.version} + test-jar ${project.groupId} - netconf-util + netconf-mapping-api ${netconf.version} ${project.groupId} - netconf-util + netconf-impl ${netconf.version} - test-jar ${project.groupId} - netconf-mapping-api + netconf-monitoring ${netconf.version} ${project.groupId} - netconf-impl + ietf-netconf-monitoring ${netconf.version} @@ -206,6 +208,61 @@ + + org.opendaylight.yangtools + yang-maven-plugin + ${yangtools.version} + + + + generate-sources + + + src/main/yang + + + + org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl + + + ${salGeneratorPath} + + + + org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl + ${project.build.directory}/site/models + + + true + + + + + + org.opendaylight.yangtools + maven-sal-api-gen-plugin + ${yangtools.version} + + + + + org.codehaus.mojo + build-helper-maven-plugin + 1.7 + + + generate-sources + + add-source + + + + ${salGeneratorPath} + + + + +