X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-netconf-connector%2Fpom.xml;h=289afbbce31c7dd94e827a206d193251103bdcb3;hp=6ef5780c8a577c1bc93c97bd95420a50d608f5fc;hb=2c67757d5b3de702f6bb1cd47ba04556e0c48cff;hpb=d542617f3486541cf9937009fb6aa1e3f2c9f0e2 diff --git a/opendaylight/md-sal/sal-netconf-connector/pom.xml b/opendaylight/md-sal/sal-netconf-connector/pom.xml index 6ef5780c8a..289afbbce3 100644 --- a/opendaylight/md-sal/sal-netconf-connector/pom.xml +++ b/opendaylight/md-sal/sal-netconf-connector/pom.xml @@ -1,20 +1,18 @@ - + 4.0.0 org.opendaylight.controller sal-parent - 1.0-SNAPSHOT + 1.1-SNAPSHOT - - 0.2.3-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 +22,16 @@ ${project.groupId} sal-common-util - 1.0-SNAPSHOT + 1.1-SNAPSHOT org.eclipse.xtend org.eclipse.xtend.lib + + org.opendaylight.controller + netty-threadgroup-config + org.opendaylight.controller netconf-client @@ -38,12 +40,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 +63,7 @@ ${project.groupId} config-api ${netconf.version} - test + provided ${project.groupId} @@ -76,22 +77,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 +88,6 @@ test ${netconf.version} - - ${project.groupId} - yang-test - test - ${netconf.version} - ${project.groupId} config-manager @@ -161,7 +143,6 @@ org.opendaylight.controller logback-config test - ${netconf.version} org.mockito @@ -172,6 +153,33 @@ org.slf4j slf4j-api + + org.opendaylight.controller + sal-binding-broker-impl + test + + + org.opendaylight.controller + sal-binding-broker-impl + test-jar + test + + + org.opendaylight.controller + ietf-netconf-monitoring + + + org.opendaylight.yangtools.model + ietf-inet-types + + + org.opendaylight.controller + threadpool-config-api + + + org.opendaylight.controller + netty-config-api + bundle @@ -183,10 +191,81 @@ maven-bundle-plugin - org.opendaylight.controller.sal.connect.netconf.NetconfProvider + + * + + + org.opendaylight.yangtools + yang-maven-plugin + + + + 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 + ${config.version} + + + 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 +