From 8cc9e64a23ab773440a1f51d604a09c78f160283 Mon Sep 17 00:00:00 2001 From: ajay_dp001 Date: Fri, 29 Jan 2021 17:44:27 +0530 Subject: [DCAE-dfc] Vulnerability Removal for Datafile Collector - swagger version 2.9.2 to 3.0.0 - commons-io version 1.3.2 to 2.8.0 - tomcat-embed-core version 9.0.36 to 9.0.39 - pom.xml refactoring Issue-ID: DCAEGEN2-2591 Signed-off-by: ajay_dp001 Change-Id: I40e65a6936fc118299cd575df34c51730a25f424 --- datafile-app-server/pom.xml | 502 +++++++++++++++++++++----------------------- 1 file changed, 235 insertions(+), 267 deletions(-) (limited to 'datafile-app-server/pom.xml') diff --git a/datafile-app-server/pom.xml b/datafile-app-server/pom.xml index fec9e191..353b375b 100644 --- a/datafile-app-server/pom.xml +++ b/datafile-app-server/pom.xml @@ -1,7 +1,8 @@ - - org.springframework.boot - spring-boot-starter-actuator - - - javax.xml.bind - jaxb-api - + + + org.onap.dcaegen2.services.sdk.rest.services + cbs-client + + + org.onap.dcaegen2.services.sdk.rest.services + dmaap-client + + + org.onap.dcaegen2.services.sdk.security + ssl + + + org.apache.httpcomponents + httpasyncclient + + + org.apache.commons + commons-lang3 + + + commons-io + commons-io + + + commons-net + commons-net + + + com.jcraft + jsch + + + org.springframework.boot + spring-boot-configuration-processor + true + + + org.immutables + value + + + javax.validation + validation-api + + + org.springframework.boot + spring-boot + + + org.springframework + spring-web + + + org.springframework + spring-webmvc + + + com.spotify + docker-client + ${docker-client.version} + + + org.apache.tomcat.embed + tomcat-embed-core + ${tomcat-embed-core.version} + + + org.springframework + spring-webflux + + + org.springframework.boot + spring-boot-autoconfigure + - - - io.projectreactor - reactor-test - test - - - org.junit.jupiter - junit-jupiter-engine - test - - - org.springframework.boot - spring-boot-starter-test - test - - - org.testng - testng - test - - - org.awaitility - awaitility - test - - - org.mockito - mockito-junit-jupiter - test - + + + org.springframework.boot + spring-boot-starter-actuator + + + javax.xml.bind + jaxb-api + - - - io.springfox - springfox-swagger2 - - - javax.validation - validation-api - - - org.springframework.boot - spring-boot - - - org.springframework - spring-web - - - org.springframework - spring-webmvc - - - com.spotify - docker-client - 8.7.1 - - - org.apache.tomcat.embed - tomcat-embed-core - 9.0.36 - - - org.springframework - spring-webflux - - - org.springframework.boot - spring-boot-autoconfigure - - - io.springfox - springfox-swagger-ui - - + + + io.projectreactor + reactor-test + test + + + org.junit.jupiter + junit-jupiter-engine + test + + + org.springframework.boot + spring-boot-starter-test + test + + + org.testng + testng + test + + + org.awaitility + awaitility + test + + + org.mockito + mockito-junit-jupiter + test + - - - - io.projectreactor - reactor-bom - ${projectreactor.version} - pom - import - + + + io.springfox + springfox-spring-web + + + io.springfox + springfox-spi + + + io.springfox + springfox-core + + + org.springdoc + springdoc-openapi-ui + + + io.springfox + springfox-swagger2 + + + io.springfox + springfox-swagger-ui + + + org.springdoc + springdoc-openapi-data-rest + + + com.fasterxml.jackson.core + jackson-databind + - - - - - - src/main/resources - - - - - org.springframework.boot - spring-boot-maven-plugin - - ${project.artifactId} - org.onap.dcaegen2.collectors.datafile.MainApp - - - - - build-info - - - - - - com.spotify - docker-maven-plugin - - ${onap.nexus.dockerregistry.daily} - ${onap.nexus.dockerregistry.daily}/${docker.image.name} - - ${project.version}-${maven.build.timestamp}Z - ${project.version} - latest - - ${project.basedir}/src/main/docker - + + - ${project.build.directory} - ${project.artifactId}.jar - /target + src/main/resources - - /config - ${project.basedir}/config - * - - - - - + - - pl.project13.maven - git-commit-id-plugin - - - get-the-git-infos - - revision - - - - - true - ${project.basedir}/.git - MM-dd-yyyy '@' HH:mm:ss Z - true - ${project.build.outputDirectory}/git.properties - true - - - - + + + org.springframework.boot + spring-boot-maven-plugin + + ${project.artifactId} + org.onap.dcaegen2.collectors.datafile.MainApp + + + + + build-info + + + + + + com.spotify + docker-maven-plugin + + ${onap.nexus.dockerregistry.daily} + ${onap.nexus.dockerregistry.daily}/${docker.image.name} + + ${project.version}-${maven.build.timestamp}Z + ${project.version} + latest + + ${project.basedir}/src/main/docker + + + ${project.build.directory} + ${project.artifactId}.jar + /target + + + /config + ${project.basedir}/config + * + + + + + + pl.project13.maven + git-commit-id-plugin + + + get-the-git-infos + + revision + + + + + true + ${project.basedir}/.git + MM-dd-yyyy '@' HH:mm:ss Z + true + ${project.build.outputDirectory}/git.properties + + true + + + + -- cgit 1.2.3-korg