X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=programming%2Fimpl%2Fpom.xml;h=faebf0b7e1a3094f0b09e31f7afeddcc7b5329a9;hb=dd54818c2f66f3fd44dc587d545a90ef92369916;hp=5b11ef864464ecbd9821c45bf426b4e8b73ab752;hpb=202ec1842c9ff75d2677b93c8571f398f055c7d3;p=bgpcep.git diff --git a/programming/impl/pom.xml b/programming/impl/pom.xml index 5b11ef8644..faebf0b7e1 100644 --- a/programming/impl/pom.xml +++ b/programming/impl/pom.xml @@ -8,28 +8,21 @@ and is available at http://www.eclipse.org/legal/epl-v10.html --> - + 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.bgpcep - programming-parent - 0.4.0-SNAPSHOT + bgpcep-parent + 0.12.0-SNAPSHOT + ../../parent programming-impl - Programming Implementation bundle + Programming Implementation ${project.artifactId} - - 3.0.4 - @@ -40,15 +33,6 @@ ${project.groupId} programming-spi - - - org.opendaylight.controller - sal-binding-api - - - com.google.code.findbugs - jsr305 - org.slf4j slf4j-api @@ -61,37 +45,40 @@ io.netty netty-common - - org.opendaylight.yangtools - yang-binding + org.opendaylight.mdsal + mdsal-common-api - org.opendaylight.yangtools - yang-common + org.opendaylight.mdsal + mdsal-binding-api - - org.opendaylight.controller - config-api + org.opendaylight.mdsal + yang-binding - org.opendaylight.controller - sal-common-api + org.opendaylight.mdsal + mdsal-singleton-common-api - org.opendaylight.controller - sal-binding-config + org.opendaylight.yangtools + yang-common - org.opendaylight.controller - netty-config-api + org.opendaylight.yangtools + concepts org.osgi org.osgi.core provided + + com.google.code.findbugs + jsr305 + true + @@ -100,23 +87,10 @@ ${project.version} test - - - junit - junit - - org.opendaylight.controller - config-manager - test-jar - - - org.opendaylight.controller - config-manager - - - org.opendaylight.controller - config-util + ${project.groupId} + testtool-util + test org.mockito @@ -126,19 +100,14 @@ org.opendaylight.yangtools mockito-configuration - - org.opendaylight.controller - netty-timer-config - test - org.opendaylight.controller sal-broker-impl test - org.opendaylight.yangtools - binding-generator-impl + org.opendaylight.mdsal + mdsal-binding-generator-impl test @@ -152,40 +121,44 @@ test - org.opendaylight.yangtools - yang-parser-impl + org.opendaylight.mdsal + mdsal-binding-dom-adapter test - org.opendaylight.controller - sal-binding-broker-impl + org.opendaylight.mdsal + mdsal-binding-dom-adapter test + test-jar - org.opendaylight.controller - sal-binding-broker-impl - test - test-jar + org.hamcrest + hamcrest-core + + + org.opendaylight.yangtools + yang-test-util - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - + + org.apache.felix + maven-bundle-plugin + true + + + ${project.groupId}.${project.artifactId} + org.opendaylight.bgpcep.programming.impl, org.opendaylight.controller.config.yang.programming.impl + ;-split-package:=error - - - - + + + + org.apache.maven.plugins maven-jar-plugin @@ -197,10 +170,13 @@ - - org.opendaylight.yangtools - yang-maven-plugin - + + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main + HEAD +