X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=mappingservice%2Fsouthbound%2Fpom.xml;h=86bc0427f1b74ffd1a7e13d5bc8fa24cfbd66cec;hb=1cd491ff5e451de7f01328e1c122baca430d883d;hp=1fcd5ee6a30c4537d3b1ef68c5208dfb1a597c77;hpb=433dadac64173e30187bbb2babb4db01b45230b2;p=lispflowmapping.git diff --git a/mappingservice/southbound/pom.xml b/mappingservice/southbound/pom.xml index 1fcd5ee6a..86bc0427f 100644 --- a/mappingservice/southbound/pom.xml +++ b/mappingservice/southbound/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.lispflowmapping mappingservice-parent - 1.5.0-SNAPSHOT + 1.17.0-SNAPSHOT mappingservice.southbound @@ -14,11 +14,23 @@ build failure. Please do not modify this unless you have a good reason. --> ODL :: lispflowmapping :: ${project.artifactId} + + false + + + + org.osgi + org.osgi.framework + ${project.groupId} mappingservice.api + + ${project.groupId} + mappingservice.config + ${project.groupId} mappingservice.inmemorydb @@ -48,22 +60,18 @@ netty-transport-native-epoll linux-x86_64 - - junit-addons - junit-addons - org.opendaylight.lispflowmapping common.unittest.tools - org.powermock - powermock-api-mockito + org.mockito + mockito-core test - org.powermock - powermock-module-junit4 + org.mockito + mockito-inline test @@ -74,6 +82,25 @@ org.opendaylight.mdsal mdsal-singleton-dom-impl + + + com.guicedee.services + javax.inject + true + + + jakarta.annotation + jakarta.annotation-api + true + + + org.osgi + org.osgi.service.component.annotations + + + org.osgi + org.osgi.service.metatype.annotations +