X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fpom.xml;h=2be64a8a9873f138ae29876a2ac1c1d1998213e4;hp=e70df1b9493634806c701b5ebd861bac36ab4b6d;hb=0e4624c8b041722680ca406f65ee070aab7baa70;hpb=5fe4a2c1eb78c0d0fe349354f39df4861ded6ee3 diff --git a/opendaylight/netconf/pom.xml b/opendaylight/netconf/pom.xml index e70df1b949..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.3-SNAPSHOT + 0.2.5-SNAPSHOT netconf-subsystem pom ${project.artifactId} @@ -27,8 +26,6 @@ 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 @@ -48,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 @@ -74,12 +70,6 @@ org.osgi.core ${osgi.version} - - org.opendaylight.bgpcep - mockito-configuration - ${bgpcep.version} - test - ${project.groupId} config-api @@ -106,22 +96,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 @@ -148,6 +122,12 @@ netconf-ssh ${netconf.version} + + ${project.groupId} + netconf-ssh + ${netconf.version} + test-jar + ${project.groupId} netconf-mapping-api @@ -173,11 +153,6 @@ config-persister-api ${config.version} - - org.opendaylight.controller - config-persister-file-adapter - ${config.version} - ${project.groupId} netconf-client @@ -203,11 +178,6 @@ logback-config ${config.version} - - com.siemens.ct.exi - exificient - ${ct.exi.version} - @@ -232,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} + + + + +