X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Fpom.xml;h=7508c44f916e167f1d86dd1212008f2369922b84;hb=01d012efe01939430c1d1d869e312ca11108ad98;hp=0b2fef7264de1818e51e8c1b710995e997c6d27b;hpb=8bc28d4268d6e4c416322a37729a62fe40b94663;p=transportpce.git diff --git a/common/pom.xml b/common/pom.xml index 0b2fef726..7508c44f9 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -8,15 +8,15 @@ 4.0.0 - org.opendaylight.odlparent - bundle-parent - 3.1.0 + org.opendaylight.mdsal + binding-parent + 4.0.8 org.opendaylight.transportpce transportpce-common - 0.2.0-SNAPSHOT + 0.5.0-SNAPSHOT bundle @@ -24,21 +24,21 @@ org.opendaylight.controller mdsal-artifacts - 1.7.3-SNAPSHOT + 1.10.2-SNAPSHOT import pom org.opendaylight.netconf netconf-artifacts - 1.4.3-SNAPSHOT + 1.7.2-SNAPSHOT import pom - org.opendaylight.mdsal.model - mdsal-model-artifacts - 0.12.3-SNAPSHOT + org.opendaylight.mdsal + mdsal-artifacts + 4.0.3 import pom @@ -59,10 +59,12 @@ org.opendaylight.controller.model model-topology + org.opendaylight.netconf sal-netconf-connector @@ -73,6 +75,21 @@ ${project.version} + + org.opendaylight.controller + sal-binding-broker-impl + + + + org.opendaylight.yangtools + yang-data-codec-xml + + + + org.opendaylight.yangtools + yang-data-codec-gson + + junit @@ -85,6 +102,13 @@ mockito-core test + + + + com.google.code.findbugs + jsr305 + true +