X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflowplugin%2Fpom.xml;h=1520e8efde682efc509dc09cd5e092c13602ef42;hb=0d6444f4f65c636f1129ec712ae501e79a7ce6b7;hp=e1447e7cb8634593fd85ce8ddc2dff4985e5f9de;hpb=7c0b28583f24300bb182aab860d773e60f1a0e02;p=openflowplugin.git diff --git a/openflowplugin/pom.xml b/openflowplugin/pom.xml index e1447e7cb8..1520e8efde 100644 --- a/openflowplugin/pom.xml +++ b/openflowplugin/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.opendaylight.openflowplugin openflowplugin-parent - 0.0.1-SNAPSHOT + 0.1.0-SNAPSHOT ../ @@ -13,8 +12,11 @@ bundle - 1.0-SNAPSHOT - 0.5.9-SNAPSHOT + 0.7.0-SNAPSHOT + 0.7.0-SNAPSHOT + 0.7.0-SNAPSHOT + ${project.build.directory}/generated-sources/config + 1.2.0-SNAPSHOT @@ -22,43 +24,80 @@ org.apache.felix maven-bundle-plugin - 2.3.6 - true - - - - org.opendaylight.openflowplugin.openflow.md.Activator - - - org.opendaylight.openflowplugin.md.* - - - ${project.build.directory}/META-INF - + + + 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.maven.sal.api.gen.plugin.CodeGeneratorImpl + + ${project.build.directory}/generated-sources/sal + + + org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl + ${project.build.directory}/site/models + + + true + + + + + + org.opendaylight.controller + yang-jmx-generator-plugin + ${config.parent.version} + + + org.opendaylight.yangtools + maven-sal-api-gen-plugin + ${yangtools.version} + jar + + - org.opendaylight.controller - sal - 0.7.0-SNAPSHOT + org.opendaylight.openflowplugin + openflowplugin-api + ${project.version} - org.opendaylight.controller - sal.connection - 0.1.1-SNAPSHOT + org.opendaylight.openflowplugin + openflowplugin-extension-api + ${project.version} - org.opendaylight.controller.model + org.opendaylight.openflowplugin.model model-flow-base - org.opendaylight.controller.model + org.opendaylight.openflowplugin.model model-flow-service - org.opendaylight.controller.model + org.opendaylight.openflowplugin.model model-flow-statistics @@ -69,6 +108,12 @@ org.opendaylight.controller sal-binding-api + + org.opendaylight.controller + sal-binding-broker-impl + ${sal-binding-api.version} + + org.opendaylight.openflowjava openflow-protocol-api @@ -77,27 +122,31 @@ org.opendaylight.openflowjava openflow-protocol-spi + + org.opendaylight.controller + config-api + com.google.guava guava - org.apache.commons - commons-lang3 - 3.1 - - - equinoxSDK381 - org.eclipse.osgi + org.apache.commons + commons-lang3 - junit junit test + + org.mockito + mockito-all + test + + org.slf4j slf4j-log4j12 @@ -105,8 +154,12 @@ org.opendaylight.controller sal-common-util - ${yang.prototype.version} + + org.opendaylight.openflowjava + util + +