X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=applications%2Ftopology-manager%2Fpom.xml;h=cf9304b513f4b167c6f84b690aa7ed7fb6a89ed7;hb=13eb3071fdfcbfbf086f8f8bb516cb81b52be6ac;hp=70fe4b17af514da4974d2a72836803976917095a;hpb=8e711233ea58ab27835de12e3a6262b1530ed731;p=openflowplugin.git diff --git a/applications/topology-manager/pom.xml b/applications/topology-manager/pom.xml index 70fe4b17af..cf9304b513 100644 --- a/applications/topology-manager/pom.xml +++ b/applications/topology-manager/pom.xml @@ -2,14 +2,14 @@ 4.0.0 - org.opendaylight.controller - config-parent - 0.4.0-SNAPSHOT + org.opendaylight.mdsal + binding-parent + 0.12.0-SNAPSHOT org.opendaylight.openflowplugin.applications topology-manager - 0.2.0-SNAPSHOT + 0.6.0-SNAPSHOT bundle @@ -21,6 +21,13 @@ pom import + + org.opendaylight.controller + mdsal-artifacts + 1.7.0-SNAPSHOT + pom + import + @@ -33,10 +40,6 @@ org.opendaylight.controller sal-binding-api - - org.opendaylight.controller - sal-binding-config - org.opendaylight.controller sal-binding-util @@ -57,11 +60,6 @@ org.opendaylight.controller.model model-topology - - org.osgi - org.osgi.core - provided - junit junit @@ -69,7 +67,12 @@ org.mockito - mockito-all + mockito-core + test + + + org.slf4j + slf4j-log4j12 test @@ -80,5 +83,20 @@ HEAD + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + org.opendaylight.yangtools + yang-maven-plugin + + +