X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Fstubpce%2Fpom.xml;h=88cee40ecbb184fa4250b39f06b29e329d2d12db;hb=f635c4d0e4252050154b89d53bd7e658eaf75be8;hp=48ae3cfa0c39020c240e1e77df60bed4ae85f21c;hpb=bfd3fdb1aee497c5628eb2aaffa3c336544f3a6f;p=transportpce.git diff --git a/tests/stubpce/pom.xml b/tests/stubpce/pom.xml index 48ae3cfa0..88cee40ec 100644 --- a/tests/stubpce/pom.xml +++ b/tests/stubpce/pom.xml @@ -17,7 +17,7 @@ Author: Martial Coulibaly on behalf of Orange org.opendaylight.controller config-parent - 0.8.0-SNAPSHOT + 0.8.3-SNAPSHOT @@ -26,6 +26,21 @@ Author: Martial Coulibaly on behalf of Orange 0.2.0-SNAPSHOT bundle + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + src/main/resources + + + + + + ${project.groupId} @@ -37,6 +52,11 @@ Author: Martial Coulibaly on behalf of Orange transportpce-ordmodels ${project.version} + + ${project.groupId} + transportpce-stubmodels + ${project.version} + @@ -50,5 +70,36 @@ Author: Martial Coulibaly on behalf of Orange mockito-core test + + + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-annotations + + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + + + com.fasterxml.woodstox + woodstox-core + 5.0.3 + + + org.codehaus.woodstox + stax2-api +