X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fcommons%2Fprotocol-framework%2Fpom.xml;h=1a1a2561cc7abd55a6469f591019ab8eea7c6357;hp=b162b9c400137255ee3baff545b369cfd348f8f3;hb=6932c15f119da55b17ce4ad39236566bfed96ab3;hpb=591fd680eea5c6183436cc72e756326af1505ac0 diff --git a/opendaylight/commons/protocol-framework/pom.xml b/opendaylight/commons/protocol-framework/pom.xml index b162b9c400..1a1a2561cc 100644 --- a/opendaylight/commons/protocol-framework/pom.xml +++ b/opendaylight/commons/protocol-framework/pom.xml @@ -17,7 +17,7 @@ protocol-framework - 0.4.1-SNAPSHOT + 0.5.0-SNAPSHOT Common protocol framework bundle ${project.artifactId} @@ -54,6 +54,14 @@ org.slf4j slf4j-api + + org.opendaylight.controller + config-api + + + org.opendaylight.controller + netty-config-api + @@ -64,6 +72,29 @@ junit junit + + org.opendaylight.controller + config-manager + test + + + org.opendaylight.controller + config-manager + ${config.version} + test + test-jar + + + org.opendaylight.controller + config-util + ${config.version} + test + + + org.opendaylight.controller + netty-event-executor-config + test + @@ -90,6 +121,72 @@ + + org.opendaylight.yangtools + yang-maven-plugin + + + + 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} + + + org.opendaylight.yangtools + maven-sal-api-gen-plugin + ${yangtools.version} + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + add-source + generate-sources + + add-source + + + + ${jmxGeneratorPath} + ${salGeneratorPath} + + + + +