X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflowplugin%2Fpom.xml;h=305bad3bdb6519016f6c9ac2aead744f95f3f774;hb=refs%2Fchanges%2F46%2F17546%2F1;hp=5cafaf3316cf43b13402ebbe117531b19c9527d4;hpb=92727147de3bb2e333ecfe9d699b94d585693bf4;p=openflowplugin.git diff --git a/openflowplugin/pom.xml b/openflowplugin/pom.xml index 5cafaf3316..305bad3bdb 100644 --- a/openflowplugin/pom.xml +++ b/openflowplugin/pom.xml @@ -4,8 +4,8 @@ org.opendaylight.openflowplugin openflowplugin-parent - 0.0.3-SNAPSHOT - ../ + 0.1.0-SNAPSHOT + ../parent openflowplugin @@ -16,41 +16,78 @@ 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.version} + + + org.opendaylight.yangtools + maven-sal-api-gen-plugin + ${yangtools.version} + jar + + - org.opendaylight.controller - sal + org.opendaylight.openflowplugin + openflowplugin-api - org.opendaylight.controller - sal.connection + org.opendaylight.openflowplugin + openflowplugin-extension-api - 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 @@ -61,6 +98,11 @@ org.opendaylight.controller sal-binding-api + + org.opendaylight.controller + sal-binding-broker-impl + + org.opendaylight.openflowjava openflow-protocol-api @@ -69,41 +111,45 @@ 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 + org.mockito mockito-all test - + org.slf4j slf4j-log4j12 + test org.opendaylight.controller sal-common-util + + org.opendaylight.openflowjava + util + +