X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fcommons%2Fprotocol-framework%2Fpom.xml;h=1a1a2561cc7abd55a6469f591019ab8eea7c6357;hb=refs%2Fchanges%2F14%2F5914%2F5;hp=0ea865fa6a805733b976f91103b8d72c0fc3a044;hpb=391180fcde6a7a2336182e346e24a1ff9f754062;p=controller.git diff --git a/opendaylight/commons/protocol-framework/pom.xml b/opendaylight/commons/protocol-framework/pom.xml index 0ea865fa6a..1a1a2561cc 100644 --- a/opendaylight/commons/protocol-framework/pom.xml +++ b/opendaylight/commons/protocol-framework/pom.xml @@ -1,13 +1,12 @@ - + 4.0.0 org.opendaylight.controller commons.opendaylight - 1.4.1-SNAPSHOT + 1.4.2-SNAPSHOT ../../commons/opendaylight @@ -18,7 +17,7 @@ protocol-framework - ${protocol-framework.version} + 0.5.0-SNAPSHOT Common protocol framework bundle ${project.artifactId} @@ -55,6 +54,14 @@ org.slf4j slf4j-api + + org.opendaylight.controller + config-api + + + org.opendaylight.controller + netty-config-api + @@ -65,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 + @@ -91,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} + + + + +