X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=itm%2Fitm-impl%2Fpom.xml;h=e4cb48fe471e83e188d867bbb1772846639328b1;hb=refs%2Fchanges%2F24%2F82724%2F7;hp=0671969ec81d895fdc315cadbe388c8e9d88fb5d;hpb=87b92e9b662b634a06144a51d7d2f29ac757ecf6;p=genius.git diff --git a/itm/itm-impl/pom.xml b/itm/itm-impl/pom.xml index 0671969ec..e4cb48fe4 100644 --- a/itm/itm-impl/pom.xml +++ b/itm/itm-impl/pom.xml @@ -6,20 +6,25 @@ This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html --> - + 4.0.0 org.opendaylight.genius - config-parent - 0.2.0-SNAPSHOT - ../../commons/config-parent + binding-parent + 0.7.0-SNAPSHOT + ../../commons/binding-parent org.opendaylight.genius itm-impl - 0.2.0-SNAPSHOT + 0.7.0-SNAPSHOT bundle + + ODL :: genius :: ${project.artifactId} @@ -30,24 +35,42 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.genius interfacemanager-api - ${genius.version} + ${project.version} + + + org.opendaylight.serviceutils + rpc-api org.opendaylight.genius mdsalutil-api - ${genius.version} + + + org.opendaylight.infrautils + diagstatus-api + + + org.apache.aries.blueprint + blueprint-maven-plugin-annotation + true org.opendaylight.controller sal-binding-broker-impl - org.opendaylight.mdsal.model - ietf-interfaces + org.opendaylight.mdsal.binding.model.ietf + rfc7223 javax.inject javax.inject + true + + + javax.annotation + javax.annotation-api + true org.osgi @@ -57,6 +80,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.apache.karaf.shell org.apache.karaf.shell.console + provided com.google.guava @@ -69,27 +93,46 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.genius idmanager-api - ${genius.version} + ${project.version} + + + com.google.code.findbugs + jsr305 + true + + + + org.opendaylight.mdsal + mdsal-eos-binding-adapter + test + + + org.opendaylight.mdsal + mdsal-eos-dom-simple + test - - org.opendaylight.genius testutils - ${genius.version} - pom + ${project.version} test org.opendaylight.genius lockmanager-impl - ${genius.version} + ${project.version} test org.opendaylight.genius idmanager-impl - ${genius.version} + ${project.version} + test + + + org.opendaylight.genius + interfacemanager-impl + ${project.version} test @@ -97,19 +140,119 @@ and is available at http://www.eclipse.org/legal/epl-v10.html junit test + + org.opendaylight.mdsal + mdsal-binding-test-utils + test + + + com.google.truth + truth + org.mockito - mockito-all + mockito-core + test + + + org.powermock + powermock-api-mockito2 + 2.0.0 + test + + + org.powermock + powermock-module-junit4 + 2.0.0 + test + + + org.powermock + powermock-api-support + 2.0.0 + test + + + org.powermock + powermock-reflect + 2.0.0 + test + + + org.powermock + powermock-core + 2.0.0 + test + + + org.opendaylight.ovsdb + utils.southbound-utils + ${genius.ovsdb.version} + test + + + org.opendaylight.genius + mdsalutil-testutils + ${project.version} test + + org.opendaylight.genius + mdsalutil-impl + ${project.version} + test + + + org.opendaylight.serviceutils + srm-api + + + org.opendaylight.infrautils + caches-test + - + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + + attach-artifact + + package + + + + ${project.build.directory}/classes/initial/genius-itm-config.xml + xml + config + + + + + + org.apache.aries.blueprint blueprint-maven-plugin + + org.eclipse.xtend + xtend-maven-plugin + + + org.apache.felix + maven-bundle-plugin + + + org.opendaylight.genius.itm.cli* + + +