X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=programming%2Fimpl%2Fpom.xml;h=37ae6ad2395d98529a5addac090ca52b319314b1;hb=af0f3859c21b32ccddf6365253732d99b47e4bb7;hp=89bb7f9a6cd8b7c0a0aab171aedb6828a3a61e49;hpb=15757f43e49cb070382310db90c19d5556ff0482;p=bgpcep.git diff --git a/programming/impl/pom.xml b/programming/impl/pom.xml index 89bb7f9a6c..37ae6ad239 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.5.0-SNAPSHOT + bgpcep-parent + 0.20.7-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,11 +45,22 @@ io.netty netty-common - - org.opendaylight.yangtools + org.opendaylight.mdsal + mdsal-common-api + + + org.opendaylight.mdsal + mdsal-binding-api + + + org.opendaylight.mdsal yang-binding + + org.opendaylight.mdsal + mdsal-singleton-common-api + org.opendaylight.yangtools yang-common @@ -74,27 +69,25 @@ org.opendaylight.yangtools concepts - - - org.opendaylight.controller - config-api - - org.opendaylight.controller - sal-common-api + org.checkerframework + checker-qual + provided - org.opendaylight.controller - sal-binding-config + org.osgi + org.osgi.service.component.annotations - org.opendaylight.controller - netty-config-api + jakarta.annotation + jakarta.annotation-api + provided + true - org.osgi - org.osgi.core - provided + com.guicedee.services + javax.inject + true @@ -104,46 +97,23 @@ ${project.version} test - - - junit - junit - - - org.opendaylight.controller - config-manager - test-jar - - org.opendaylight.controller - config-manager + ${project.groupId} + testtool-util test - - org.opendaylight.controller - config-util - - - org.mockito - mockito-core - org.opendaylight.yangtools mockito-configuration - org.opendaylight.controller - netty-timer-config - test - - - org.opendaylight.controller - sal-broker-impl + org.opendaylight.mdsal + mdsal-dom-broker test - org.opendaylight.yangtools - binding-generator-impl + org.opendaylight.mdsal + mdsal-binding-generator test @@ -157,55 +127,48 @@ test - org.opendaylight.yangtools - yang-parser-impl + org.opendaylight.mdsal + mdsal-binding-test-utils test - org.opendaylight.controller - sal-binding-broker-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.hamcrest - hamcrest-core - test - - - org.opendaylight.controller - sal-dom-broker-config - test + 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 - package test-jar @@ -213,9 +176,22 @@ - org.opendaylight.yangtools - yang-maven-plugin + maven-source-plugin + + + + test-jar-no-fork + + + + + + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + scm:git:ssh://git.opendaylight.org:29418/bgpcep.git + https://wiki.opendaylight.org/display/ODL/BGPCEP + HEAD +