X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-netconf-connector%2Fpom.xml;h=89f576ccc9d2805cbb31b737633400b297e0b781;hb=4142ab5dce3021e6f6551aada26c7523cd134844;hp=57e4d858c196beee2c9bf5a5d6ac04a7ed0d6d78;hpb=c19766901dce1994ef2432f356b32d539b6c43cc;p=controller.git diff --git a/opendaylight/md-sal/sal-netconf-connector/pom.xml b/opendaylight/md-sal/sal-netconf-connector/pom.xml index 57e4d858c1..89f576ccc9 100644 --- a/opendaylight/md-sal/sal-netconf-connector/pom.xml +++ b/opendaylight/md-sal/sal-netconf-connector/pom.xml @@ -7,7 +7,7 @@ 1.0-SNAPSHOT - 0.2.2-SNAPSHOT + 0.2.3-SNAPSHOT sal-netconf-connector @@ -30,15 +30,26 @@ org.eclipse.xtend org.eclipse.xtend.lib + + org.opendaylight.controller + netty-threadgroup-config + 0.2.3-SNAPSHOT + org.opendaylight.controller netconf-client - 0.2.2-SNAPSHOT + ${netconf.version} org.opendaylight.yangtools yang-data-impl - 0.5.9-SNAPSHOT + + + org.opendaylight.controller + sal-broker-impl + 1.0-SNAPSHOT + test + jar junit @@ -55,7 +66,7 @@ ${project.groupId} config-api ${netconf.version} - test + provided ${project.groupId} @@ -69,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} @@ -93,12 +91,6 @@ test ${netconf.version} - - ${project.groupId} - yang-test - test - ${netconf.version} - ${project.groupId} config-manager @@ -165,7 +157,126 @@ org.slf4j slf4j-api + + org.opendaylight.controller + sal-binding-broker-impl + 1.0-SNAPSHOT + test + + + org.opendaylight.controller + sal-binding-broker-impl + 1.0-SNAPSHOT + test-jar + test + + + org.opendaylight.controller + ietf-netconf-monitoring + 0.2.3-SNAPSHOT + + + org.opendaylight.yangtools.model + ietf-inet-types + 2010.09.24.2-SNAPSHOT + + + org.opendaylight.controller + threadpool-config-api + 0.2.3-SNAPSHOT + + + org.opendaylight.controller + netty-config-api + 0.2.3-SNAPSHOT + bundle + + + + + org.apache.felix + maven-bundle-plugin + + + + * + + + + + + 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.3-SNAPSHOT + + + org.opendaylight.yangtools + maven-sal-api-gen-plugin + 0.6.0-SNAPSHOT + 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 + + +