From 726bc9b79335022f5e4174454972dee7f563a1c3 Mon Sep 17 00:00:00 2001 From: sourabh_sourabh Date: Wed, 20 Nov 2024 17:04:30 +0000 Subject: [DMI] Fix for DMI merge master Job - removed dmi stub module Issue-ID: CPS-2499 Change-Id: I701071d408c008bcf36b374b38590a2d190c7a16 Signed-off-by: sourabh_sourabh --- dmi-stub/dmi-stub-service/pom.xml | 183 -------------------------------------- 1 file changed, 183 deletions(-) delete mode 100644 dmi-stub/dmi-stub-service/pom.xml (limited to 'dmi-stub/dmi-stub-service/pom.xml') diff --git a/dmi-stub/dmi-stub-service/pom.xml b/dmi-stub/dmi-stub-service/pom.xml deleted file mode 100644 index 171b5d90..00000000 --- a/dmi-stub/dmi-stub-service/pom.xml +++ /dev/null @@ -1,183 +0,0 @@ - - - - - 4.0.0 - - - org.onap.cps - dmi-stub - 1.6.0-SNAPSHOT - - - dmi-stub-service - jar - - - 4.0.1 - 3.13.0 - 17 - 17 - 3.3.1 - - - - - ch.qos.logback - logback-classic - - - org.slf4j - slf4j-api - - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-tomcat - - - compile - - - org.springframework.boot - spring-boot-starter-actuator - - - com.googlecode.json-simple - json-simple - 1.1.1 - - - junit - junit - - - - - org.projectlombok - lombok - - - io.cloudevents - cloudevents-kafka - - - io.cloudevents - cloudevents-spring - - - org.springframework.kafka - spring-kafka - - - org.apache.commons - commons-lang3 - - - jakarta.servlet - jakarta.servlet-api - - - - org.onap.cps - cps-ncmp-events - ${cps.version} - - - org.springframework.boot - spring-boot-starter-aop - - - io.swagger.core.v3 - swagger-annotations - - - - - org.spockframework - spock-core - test - - - org.spockframework - spock-spring - test - - - org.springframework.boot - spring-boot-starter-test - test - - - org.codehaus.groovy - groovy - test - - - org.codehaus.groovy - groovy-json - test - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - ${maven.compiler.plugin.version} - - ${project.build.sourceEncoding} - 17 - 17 - - - - org.codehaus.gmavenplus - gmavenplus-plugin - ${gmavenplus.plugin.version} - - - - compileTests - - - - - - org.apache.maven.plugins - maven-surefire-plugin - ${maven.surefire.plugin.version} - - - ${surefireArgLine} - false - - **/*Spec.java - **/*Test.java - - - - - - \ No newline at end of file -- cgit 1.2.3-korg