X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fpom.xml;h=2be64a8a9873f138ae29876a2ac1c1d1998213e4;hb=721b580748cb93b3dac952ff1f111d0ab0da0c79;hp=5447f7f5d057c71eba0e08369986c46c31013903;hpb=292bc87b66ab44f9d5d81587c25a5bd1d68dc766;p=controller.git diff --git a/opendaylight/netconf/pom.xml b/opendaylight/netconf/pom.xml index 5447f7f5d0..2be64a8a98 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,9 @@ 5.0.0 - 2.3.7 + 2.4.0 1.7.2 - 4.0.10.Final + ${project.build.directory}/generated-sources/sal @@ -68,12 +70,6 @@ org.osgi.core ${osgi.version} - - org.opendaylight.bgpcep - mockito-configuration - ${bgpcep.version} - test - ${project.groupId} config-api @@ -102,38 +98,33 @@ ${project.groupId} - yang-store-api - ${config.version} - - - ${project.groupId} - yang-store-impl + yang-test ${config.version} ${project.groupId} - yang-store-impl - ${config.version} - test-jar + netconf-api + ${netconf.version} ${project.groupId} - yang-test - ${config.version} + netconf-util + ${netconf.version} ${project.groupId} - netconf-api + netconf-util ${netconf.version} + test-jar ${project.groupId} - netconf-util + netconf-ssh ${netconf.version} ${project.groupId} - netconf-util + netconf-ssh ${netconf.version} test-jar @@ -148,13 +139,18 @@ ${netconf.version} - org.opendaylight.controller - config-persister-api - ${config.version} + ${project.groupId} + netconf-monitoring + ${netconf.version} + + + ${project.groupId} + ietf-netconf-monitoring + ${netconf.version} org.opendaylight.controller - config-persister-file-adapter + config-persister-api ${config.version} @@ -206,6 +202,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} + + + + +