From 2369b55a48d6ca3ce251b86e0c4150806e60f183 Mon Sep 17 00:00:00 2001 From: ShuhaoCai Date: Fri, 8 Jul 2022 09:44:16 +0800 Subject: intent schema definition springboot framework init and intent dto and po definition Signed-off-by: ShuhaoCai Issue-ID: USECASEUI-692 Change-Id: I4c1f9c4aa05c10f62d04b9e557ebb4089124dcf7 --- intentanalysis/pom.xml | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 intentanalysis/pom.xml (limited to 'intentanalysis/pom.xml') diff --git a/intentanalysis/pom.xml b/intentanalysis/pom.xml new file mode 100644 index 0000000..969e9f7 --- /dev/null +++ b/intentanalysis/pom.xml @@ -0,0 +1,91 @@ + + + 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 + + + + org.springframework.boot + spring-boot-starter-test + test + + + + org.projectlombok + lombok + 1.18.22 + + + + 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 + + + + + + src/main/resources + + + src/main/java + + **/*.xml + + false + + + + + -- cgit 1.2.3-korg