X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fpom.xml;h=2c2ef3b5076155d2f34303e56f32eef4ff411b94;hp=5efff5d9a0dbcbb455a0193dcc24402478c30261;hb=35953712dfdb524d8a320a1d61e904732538cac7;hpb=9108efddf9a5f3e2c81202a17ccdeca22cb5ca09 diff --git a/opendaylight/netconf/pom.xml b/opendaylight/netconf/pom.xml index 5efff5d9a0..2c2ef3b507 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.4-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,12 @@ 5.0.0 - 2.3.7 + 2.4.0 1.7.2 4.0.10.Final - 0.9.2 + 0.2.4-SNAPSHOT + 0.2.4-SNAPSHOT + ${project.build.directory}/generated-sources/sal @@ -70,12 +73,6 @@ org.osgi.core ${osgi.version} - - org.opendaylight.bgpcep - mockito-configuration - ${bgpcep.version} - test - ${project.groupId} config-api @@ -139,6 +136,17 @@ ${netconf.version} test-jar + + ${project.groupId} + netconf-ssh + ${netconf.version} + + + ${project.groupId} + netconf-ssh + ${netconf.version} + test-jar + ${project.groupId} netconf-mapping-api @@ -149,6 +157,16 @@ netconf-impl ${netconf.version} + + ${project.groupId} + netconf-monitoring + ${netconf.version} + + + ${project.groupId} + ietf-netconf-monitoring + ${netconf.version} + org.opendaylight.controller config-persister-api @@ -184,11 +202,6 @@ logback-config ${config.version} - - com.siemens.ct.exi - exificient - ${ct.exi.version} - @@ -213,6 +226,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} + + + + +