X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fnetconf-ssh%2Fpom.xml;h=6bf305e7e441aad1a4bd7fe9a6d7e0e1ada0c0b7;hp=6dd23776ce0c0b2f642ffb71d833b577bae10fa8;hb=f1ca77023bf3fc98df26214d32360136b196e464;hpb=99a0b01f27126a17ec2af165cf3fd9e53c977d2b diff --git a/opendaylight/netconf/netconf-ssh/pom.xml b/opendaylight/netconf/netconf-ssh/pom.xml index 6dd23776ce..6bf305e7e4 100644 --- a/opendaylight/netconf/netconf-ssh/pom.xml +++ b/opendaylight/netconf/netconf-ssh/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller netconf-subsystem - 0.2.5-SNAPSHOT + 0.3.0-SNAPSHOT ../ netconf-ssh @@ -25,8 +25,21 @@ netconf-util - commons-io - commons-io + ${project.groupId} + netconf-impl + + + org.opendaylight.controller + threadpool-config-api + + + org.opendaylight.controller + netty-config-api + + + + org.opendaylight.yangtools.model + ietf-inet-types org.bouncycastle @@ -36,10 +49,6 @@ org.bouncycastle bcprov-jdk15on - - org.opendaylight.controller.thirdparty - ganymed - org.apache.sshd sshd-core @@ -60,7 +69,6 @@ org.opendaylight.controller netconf-netty-util - test org.opendaylight.controller @@ -77,7 +85,6 @@ org.opendaylight.controller.netconf.ssh.osgi.NetconfSSHActivator - * @@ -93,6 +100,41 @@ + + org.opendaylight.yangtools + yang-maven-plugin + + + config + + generate-sources + + + + + org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator + ${jmxGeneratorPath} + + urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang + + + + org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl + ${salGeneratorPath} + + + true + + + + + + org.opendaylight.controller + yang-jmx-generator-plugin + ${config.version} + + +