From cb0256d46fa8fd75f54482917ec1cd4aba02fb55 Mon Sep 17 00:00:00 2001 From: "waqas.ikram" Date: Fri, 16 Jun 2023 13:05:04 +0100 Subject: Refactored code to enable its utilization in Junit tests for the client Change-Id: I847ae0f48444af907039bfddb9879581003c0f35 Issue-ID: CPS-1751 Signed-off-by: waqas.ikram --- .../cps-ncmp-rest-stub-service/pom.xml | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 cps-ncmp-rest-stub/cps-ncmp-rest-stub-service/pom.xml (limited to 'cps-ncmp-rest-stub/cps-ncmp-rest-stub-service/pom.xml') diff --git a/cps-ncmp-rest-stub/cps-ncmp-rest-stub-service/pom.xml b/cps-ncmp-rest-stub/cps-ncmp-rest-stub-service/pom.xml new file mode 100644 index 0000000000..fc33270ea5 --- /dev/null +++ b/cps-ncmp-rest-stub/cps-ncmp-rest-stub-service/pom.xml @@ -0,0 +1,50 @@ + + + + 4.0.0 + + org.onap.cps + cps-ncmp-rest-stub + 3.3.3-SNAPSHOT + + cps-ncmp-rest-stub-service + + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-tomcat + + + compile + + + org.springframework.boot + spring-boot-starter-jetty + compile + + + org.onap.cps + cps-ncmp-rest + + + \ No newline at end of file -- cgit 1.2.3-korg