From 653f403e13d4014b3f80fc8bf5302866110e2202 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Wed, 22 Aug 2018 10:10:11 -0400 Subject: Revert "Add VlantagApi Functional Component" This reverts commit 822c98964b0a4f7b4da5dbe79669e54011a0778d. This contains no jUnit test cases, bringing code coverage from 71% to 37%. Change-Id: If748dd23e9b4eddd227f01e0b33d2aa9bcb88102 Issue-ID: CCSDK-475 Signed-off-by: Timoney, Dan (dt5972) --- ms/vlantag-api/pom.xml | 217 ------------------------------------------------- 1 file changed, 217 deletions(-) delete mode 100644 ms/vlantag-api/pom.xml (limited to 'ms/vlantag-api/pom.xml') diff --git a/ms/vlantag-api/pom.xml b/ms/vlantag-api/pom.xml deleted file mode 100644 index 616d99e2..00000000 --- a/ms/vlantag-api/pom.xml +++ /dev/null @@ -1,217 +0,0 @@ - - - 4.0.0 - - org.onap.ccsdk.apps.ms.vlantagapi - vlantag-api - 0.3.0-SNAPSHOT - jar - - vlantag-api - Vlantag Api Service for Vlantag management of VNFs - - - ${basedir}/target/main/resources/META-INF/resources/swagger-ui/dist - 1.5.8 - 1.8 - 2.0.4.RELEASE - 5.1.46 - 0.3.0-SNAPSHOT - TBD:5100 - vlantagapi - - - jacoco - reuseReports - ${basedir}/target/surefire-reports - ${basedir}/target/failsafe-reports - ${basedir}/target/jacoco_report - ${basedir}/target/jacoco_itReport - ${basedir}/target/jacoco-ut.exec - ${basedir}/target/jacoco-it.exec - java - 2.0.7 - - - - org.springframework.boot - spring-boot-starter-parent - 2.0.4.RELEASE - - - - - - - org.springframework.boot - spring-boot-starter-jersey - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-test - test - - - - org.springframework.boot - spring-boot-starter-actuator - - - - org.springframework.boot - spring-boot-starter-security - 2.0.1.RELEASE - - - - org.onap.ccsdk.sli.adaptors - resource-assignment-provider - ${ccsdk.sli.adaptors.version} - - - org.slf4j - slf4j-simple - - - - - - mysql - mysql-connector-java - 5.1.46 - - - - io.swagger - swagger-annotations - 1.5.8 - - - - - - - - - org.jacoco - jacoco-maven-plugin - 0.7.5.201505241946 - - - - pre-unit-test - - prepare-agent - - - - ${sonar.jacoco.reportPath} - surefireArgLine - - - - - post-unit-test - test - - report - - - - ${sonar.jacoco.reportPath} - - ${jacoco.path} - - - - - - com.github.kongchen - swagger-maven-plugin - 3.1.7 - - - - - http - https - - localhost:9091 - - org.onap.ccsdk.apps.ms.vlantagapi.core.service - org.onap.ccsdk.apps.ms.vlantagapi.core.model - - - /vlantagapi - - ${project.artifactId} Service - ${project.version} - - - - basicAuth - basic - - - ${swagger.directory} - - - - - - - package - - generate - - - - - - com.spotify - docker-maven-plugin - 0.4.11 - - ${docker.registry}/org.onap.ccsdk.apps/${serviceArtifactName} - src/main/docker - docker-hub - https://${docker.registry} - - ${project.version} - latest - - true - - - / - ${project.build.directory} - ${project.build.finalName}.jar - - - - - - org.springframework.boot - spring-boot-maven-plugin - ${springboot.version} - - - - repackage - - - - - - - - - -- cgit 1.2.3-korg