X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-netconf-connector%2Fpom.xml;h=597b02ebb5d1f480e041146507075bfd61735a3b;hb=3a117f105f127bb255dd44f3cdde28e45d4d389a;hp=6ef5780c8a577c1bc93c97bd95420a50d608f5fc;hpb=00c17684ce6100b6896049fab6becd06325de510;p=controller.git diff --git a/opendaylight/md-sal/sal-netconf-connector/pom.xml b/opendaylight/md-sal/sal-netconf-connector/pom.xml index 6ef5780c8a..597b02ebb5 100644 --- a/opendaylight/md-sal/sal-netconf-connector/pom.xml +++ b/opendaylight/md-sal/sal-netconf-connector/pom.xml @@ -1,20 +1,20 @@ - + 4.0.0 org.opendaylight.controller sal-parent - 1.0-SNAPSHOT + 1.1-SNAPSHOT - 0.2.3-SNAPSHOT + 0.2.4-SNAPSHOT sal-netconf-connector scm:git:ssh://git.opendaylight.org:29418/controller.git scm:git:ssh://git.opendaylight.org:29418/controller.git https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - + HEAD + @@ -24,12 +24,17 @@ ${project.groupId} sal-common-util - 1.0-SNAPSHOT + 1.1-SNAPSHOT org.eclipse.xtend org.eclipse.xtend.lib + + org.opendaylight.controller + netty-threadgroup-config + 0.2.4-SNAPSHOT + org.opendaylight.controller netconf-client @@ -38,12 +43,11 @@ org.opendaylight.yangtools yang-data-impl - 0.5.9-SNAPSHOT org.opendaylight.controller sal-broker-impl - 1.0-SNAPSHOT + 1.1-SNAPSHOT test jar @@ -62,7 +66,7 @@ ${project.groupId} config-api ${netconf.version} - test + provided ${project.groupId} @@ -76,22 +80,9 @@ ${netconf.version} test - - ${project.groupId} - netconf-api - ${netconf.version} - test - - - org.opendaylight.bgpcep - util - test - 0.3.0-SNAPSHOT - ${project.groupId} netconf-client - test ${netconf.version} @@ -100,12 +91,6 @@ test ${netconf.version} - - ${project.groupId} - yang-test - test - ${netconf.version} - ${project.groupId} config-manager @@ -172,6 +157,39 @@ org.slf4j slf4j-api + + org.opendaylight.controller + sal-binding-broker-impl + 1.1-SNAPSHOT + test + + + org.opendaylight.controller + sal-binding-broker-impl + 1.1-SNAPSHOT + test-jar + test + + + org.opendaylight.controller + ietf-netconf-monitoring + 0.2.4-SNAPSHOT + + + org.opendaylight.yangtools.model + ietf-inet-types + 2010.09.24.3 + + + org.opendaylight.controller + threadpool-config-api + 0.2.4-SNAPSHOT + + + org.opendaylight.controller + netty-config-api + 0.2.4-SNAPSHOT + bundle @@ -183,10 +201,82 @@ maven-bundle-plugin - org.opendaylight.controller.sal.connect.netconf.NetconfProvider + + * + + + org.opendaylight.yangtools + yang-maven-plugin + ${yangtools.version} + + + + generate-sources + + + + + + org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator + + ${project.build.directory}/generated-sources/config + + + urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang + + + + + org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl + target/site/models + + + true + + + + + + org.opendaylight.controller + yang-jmx-generator-plugin + 0.2.4-SNAPSHOT + + + org.opendaylight.yangtools + maven-sal-api-gen-plugin + ${yangtools.version} + jar + + + + + org.codehaus.mojo + build-helper-maven-plugin + 1.8 + + + add-source + generate-sources + + add-source + + + + ${project.build.directory}/generated-sources/config + src/main/xtend-gen + + + + + + + + org.eclipse.xtend + xtend-maven-plugin +