From afdd70cb07d71ebfe269655561e6f0f56b4b14a2 Mon Sep 17 00:00:00 2001 From: xudan16 Date: Tue, 12 Jul 2022 14:18:56 +0800 Subject: Update pom.xml of intentanalysis Signed-off-by: xudan16 Issue-ID: USECASEUI-694 Change-Id: I7273d8a49cda2c7b98f7151b75473c9346a417a2 --- intentanalysis/pom.xml | 254 +++++++++++++++++++++++++++++++++---------------- 1 file changed, 172 insertions(+), 82 deletions(-) (limited to 'intentanalysis') diff --git a/intentanalysis/pom.xml b/intentanalysis/pom.xml index 969e9f7..03a4731 100644 --- a/intentanalysis/pom.xml +++ b/intentanalysis/pom.xml @@ -1,91 +1,181 @@ - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 2.5.2 - - - org.onap.usecase-ui.intent-analysis - server - 0.0.1-SNAPSHOT - server - - 11 - - - - org.springframework.boot - spring-boot-starter-web - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + + org.onap.usecase-ui.intent-analysis + usecase-ui-intent-analysis-parent + 0.0.1-SNAPSHOT + - - org.springframework.boot - spring-boot-starter-test - test - + org.onap.usecase-ui.intent-analysis + server + 0.0.1-SNAPSHOT + server + Source Code for Intent Analysis Server - - org.projectlombok - lombok - 1.18.22 - - - - io.springfox - springfox-swagger2 - 2.9.2 - - - io.springfox - springfox-swagger-ui - 2.9.2 - + + UTF-8 + UTF-8 + 11 + java + ${project.build.directory}/surefire-reports + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + true + ${project.version} + reuseReports + - - org.mybatis.spring.boot - mybatis-spring-boot-starter - 2.2.0 - - - org.postgresql - postgresql - runtime - - - javax.ws.rs - javax.ws.rs-api - 2.1 - - - org.eclipse.persistence - javax.persistence - 2.1.0 - - + + + + org.springframework + spring-framework-bom + 5.3.13 + pom + import + + + + org.springframework.boot + spring-boot-starter-parent + 2.5.2 + pom + import + + + - - - - org.springframework.boot - spring-boot-maven-plugin - - + + + org.springframework.boot + spring-boot-starter-web + - - - src/main/resources - - - src/main/java - - **/*.xml - - false - - - + + org.springframework.boot + spring-boot-starter-test + test + + + + org.projectlombok + lombok + + + + + io.springfox + springfox-swagger2 + 2.9.2 + + + io.springfox + springfox-swagger-ui + 2.9.2 + + + org.mybatis.spring.boot + mybatis-spring-boot-starter + 2.2.0 + + + org.postgresql + postgresql + runtime + + + javax.ws.rs + javax.ws.rs-api + 2.1 + + + org.eclipse.persistence + javax.persistence + 2.1.0 + + + + + + + org.springframework.boot + spring-boot-maven-plugin + 1.5.3.RELEASE + + true + + + + + repackage + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.3 + + 1.8 + 1.8 + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.19 + + true + + **/*Spec* + **/Test*.java + **/*Test.java + **/*TestCase.java + **/Test*.scala + **/*Test.scala + **/*TestCase.scala + + + + + org.jacoco + jacoco-maven-plugin + + + prepare-agent + + prepare-agent + + + + report + + report + + + ${project.build.directory}/code-coverage/jacoco.exec + ${project.reporting.outputDirectory}/jacoco-ut + + + + + + + + + src/main/resources + + + src/main/java + + **/*.xml + + false + + + + -- cgit 1.2.3-korg