X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fpom.xml;h=586366f41a63659bc8b75fd8ccbf12df97ae34bd;hb=11de48616ef1104c24e04e6ca837956651e5f979;hp=b22732e630bf0b5263d1221c9684faf2e0a14f52;hpb=350dbdeb0a3d942ba532ada1d1931baf591bec5b;p=controller.git diff --git a/opendaylight/netconf/pom.xml b/opendaylight/netconf/pom.xml index b22732e630..586366f41a 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.3-SNAPSHOT + 0.2.5-SNAPSHOT netconf-subsystem pom ${project.artifactId} @@ -26,8 +25,10 @@ config-persister-impl netconf-mapping-api netconf-client - ../../third-party/ganymed - ../../third-party/com.siemens.ct.exi + netconf-ssh + netconf-monitoring + ietf-netconf-monitoring + ietf-netconf-monitoring-extension @@ -44,10 +45,9 @@ 5.0.0 - 2.3.7 + 2.4.0 1.7.2 - 4.0.10.Final - 0.9.2 + ${project.build.directory}/generated-sources/sal @@ -70,12 +70,6 @@ org.osgi.core ${osgi.version} - - org.opendaylight.bgpcep - mockito-configuration - ${bgpcep.version} - test - ${project.groupId} config-api @@ -104,49 +98,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} @@ -184,11 +183,6 @@ logback-config ${config.version} - - com.siemens.ct.exi - exificient - ${ct.exi.version} - @@ -213,6 +207,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} + + + + +