X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=mappingservice%2Fdsbackend%2Fpom.xml;h=e82190bbe77d89429bd2b9cd2eedabfda313b44f;hb=HEAD;hp=ca3bfa6043799d158fe80e7ae35fc4397212da40;hpb=f7799bee6d87c5f3f9ca67743e9f33b4097f7fc3;p=lispflowmapping.git diff --git a/mappingservice/dsbackend/pom.xml b/mappingservice/dsbackend/pom.xml index ca3bfa604..427407b25 100644 --- a/mappingservice/dsbackend/pom.xml +++ b/mappingservice/dsbackend/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.lispflowmapping mappingservice-parent - 1.14.0-SNAPSHOT + 1.21.0-SNAPSHOT mappingservice.dsbackend @@ -31,6 +31,11 @@ ${project.groupId} mappingservice.lisp-proto + + com.github.spotbugs + spotbugs-annotations + true + org.opendaylight.mdsal mdsal-binding-api @@ -41,16 +46,39 @@ test - junit-addons - junit-addons + org.mockito + mockito-core + 3.12.4 + test org.powermock powermock-api-mockito2 + 2.0.9 + test org.powermock powermock-module-junit4 + 2.0.9 + test + + + + + maven-surefire-plugin + + + + @{argLine} + --add-opens java.base/java.lang=ALL-UNNAMED + --add-opens java.base/java.util=ALL-UNNAMED + --add-opens java.base/java.util.concurrent=ALL-UNNAMED + + + + +