X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fpom.xml;h=5dbf4423dba15af88ccbafa933c55256377e7d0c;hb=860206dfce8edb0fe74be842d2101f0eac7db2bd;hp=9d9cad792f41f84a95309bda75f5279a031b397b;hpb=702ba6faa3f7f2f6bd8ae02b3bc1abc06aea1c26;p=controller.git diff --git a/opendaylight/netconf/pom.xml b/opendaylight/netconf/pom.xml index 9d9cad792f..5dbf4423db 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} @@ -30,6 +29,7 @@ netconf-monitoring ietf-netconf-monitoring ietf-netconf-monitoring-extension + ../../third-party/org.openexi @@ -48,9 +48,6 @@ 5.0.0 2.4.0 1.7.2 - 4.0.10.Final - 0.2.3-SNAPSHOT - 0.2.3-SNAPSHOT @@ -99,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 @@ -157,6 +138,12 @@ netconf-impl ${netconf.version} + + ${project.groupId} + netconf-impl + ${netconf.version} + test-jar + ${project.groupId} netconf-monitoring @@ -172,11 +159,6 @@ config-persister-api ${config.version} - - org.opendaylight.controller - config-persister-file-adapter - ${config.version} - ${project.groupId} netconf-client @@ -226,6 +208,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} + + +