X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fpom.xml;h=9a71c47193ec25c98c7d04cd6317ddd7341177eb;hp=ad8356431ecc4777bfee0bd1b1e7717c1a7af039;hb=fe7eb3f60b2d83d0e6a812cab5d4ba5319bb4e18;hpb=b5d0a1c60d3ff26cb4d7ecf45ee5fc0f95636c19 diff --git a/opendaylight/netconf/pom.xml b/opendaylight/netconf/pom.xml index ad8356431e..9a71c47193 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} @@ -27,8 +26,9 @@ netconf-mapping-api netconf-client netconf-ssh - ../../third-party/ganymed - ../../third-party/com.siemens.ct.exi + netconf-monitoring + ietf-netconf-monitoring + ietf-netconf-monitoring-extension @@ -45,10 +45,8 @@ 5.0.0 - 2.3.7 + 2.4.0 1.7.2 - 4.0.10.Final - 0.9.2 @@ -71,12 +69,6 @@ org.osgi.core ${osgi.version} - - org.opendaylight.bgpcep - mockito-configuration - ${bgpcep.version} - test - ${project.groupId} config-api @@ -103,22 +95,6 @@ config-util ${config.version} - - ${project.groupId} - yang-store-api - ${config.version} - - - ${project.groupId} - yang-store-impl - ${config.version} - - - ${project.groupId} - yang-store-impl - ${config.version} - test-jar - ${project.groupId} yang-test @@ -145,6 +121,12 @@ netconf-ssh ${netconf.version} + + ${project.groupId} + netconf-ssh + ${netconf.version} + test-jar + ${project.groupId} netconf-mapping-api @@ -156,13 +138,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} @@ -190,11 +177,6 @@ logback-config ${config.version} - - com.siemens.ct.exi - exificient - ${ct.exi.version} - @@ -219,6 +201,43 @@ + + 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} + + +