X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=fb3bdd48abb8f470f321ce8a91d173fe8e153ce1;hb=8b95aeb7001d06e2094ae18697c63cb04156411b;hp=317cd3d6bd7530a6266161667682938e365160d6;hpb=ee1dbd32cba7c254ff7d7780fdd2d622bf5500f3;p=aai%2Fdata-router.git diff --git a/pom.xml b/pom.xml index 317cd3d..fb3bdd4 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,4 @@ - org.springframework.boot spring-boot-starter-web - + + + org.springframework.boot + spring-boot-starter-tomcat + + + + org.springframework.boot + spring-boot-starter-jetty + org.springframework.boot spring-boot-starter @@ -157,40 +168,26 @@ limitations under the License. test - dom4j - dom4j - 1.6.1 - provided - + org.dom4j + dom4j + provided + 2.1.1 + com.att.aft dme2 - 3.1.200 + 3.1.200-oss provided - - - - - - - - - - - - - - - - + org.onap.aai.router-core router-core - 1.3.0-SNAPSHOT + 1.4.0-SNAPSHOT + org.json json @@ -223,7 +220,7 @@ limitations under the License. org.onap.aai rest-client - 1.1.0 + 1.2.1 @@ -237,6 +234,72 @@ limitations under the License. ${project.artifactId} + + + org.jacoco + jacoco-maven-plugin + + + + pre-unit-test + + prepare-agent + + + + ${sonar.jacoco.reportPath} + surefireArgLine + + + + + post-unit-test + test + + report + + + + ${sonar.jacoco.reportPath} + + ${jacoco.path} + + + + + pre-integration-test + pre-integration-test + + prepare-agent + + + + ${sonar.jacoco.itReportPath} + + failsafeArgLine + + + + + post-integration-test + post-integration-test + + report + + + + ${sonar.jacoco.itReportPath}/ + + ${jacoco.itPath} + + + + @@ -264,6 +327,18 @@ limitations under the License. org.springframework.boot spring-boot-maven-plugin + + maven-surefire-plugin + 2.21.0 + + + ${project.basedir} + ${project.basedir}/src/test/resources/config + ${project.basedir}/src/test/resources/spring-beans + ${shemaUnpackVersion} + + + org.apache.maven.plugins maven-resources-plugin @@ -318,19 +393,19 @@ limitations under the License. unpack - prepare-package + initialize unpack - org.onap.aai.aai-common + org.onap.aai.schema-service aai-schema - 1.2.2 + ${version.aai-schema} jar - oxm/ - ${project.build.directory}/bundleconfig-local/etc + /${shemaUnpackVersion}/oxm/ + ${project.build.directory}/oxm