From 8971ae1e6ccc99811663652819206231065b1755 Mon Sep 17 00:00:00 2001 From: VENKATESH KUMAR Date: Sun, 17 Feb 2019 23:25:56 -0500 Subject: fix build errors Change-Id: Ia2a0e1eb0b80a6d041a07f639e1c50fffc78c382 Signed-off-by: VENKATESH KUMAR Issue-ID: DCAEGEN2-1229 --- pom.xml | 984 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 494 insertions(+), 490 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index d1132c7b..1441b72a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,490 +1,494 @@ - - - - 4.0.0 - - org.onap.oparent - oparent - 1.2.0 - - - org.onap.dcaegen2.collectors.ves - VESCollector - 1.4.1-SNAPSHOT - dcaegen2-collectors-ves - VESCollector - - - UTF-8 - UTF-8 - 8 - onap/org.onap.dcaegen2.collectors.ves.vescollector - - true - - false - - https://nexus.onap.org - content/repositories/snapshots/ - content/repositories/releases/ - content/sites/site/org/onap/dcaegen2/collectors/ves/${project.artifactId}/${project.version} - yyyyMMdd'T'HHmmss - - - - - - org.springframework.boot - spring-boot-maven-plugin - 2.0.2.RELEASE - - - - repackage - - - - - - maven-compiler-plugin - 3.7.0 - - - maven-source-plugin - 3.0.1 - - - maven-jar-plugin - 3.1.0 - - - maven-assembly-plugin - 3.1.0 - - - maven-javadoc-plugin - 3.0.1 - - - maven-project-info-reports-plugin - 2.9 - - - org.apache.maven.plugins - maven-surefire-plugin - 3.0.0-M1 - - - com.spotify - docker-maven-plugin - 1.1.1 - - - - - - maven-compiler-plugin - - ${java.version} - ${java.version} - true - true - - - - maven-source-plugin - - true - - - - attach-sources - verify - - jar-no-fork - - - - - - maven-jar-plugin - - - - true - - - ${project.version} - - - - - - maven-assembly-plugin - - - src/assembly/dep.xml - - false - false - true - - - - make-assembly - package - - single - - - - - - maven-javadoc-plugin - - - true - false - false - - - - aggregate - site - - aggregate - - - - attach-javadoc - - jar - - - - - - com.spotify - docker-maven-plugin - - ${onap.nexus.dockerregistry.daily} - ${docker.image.name} - - latest - - openjdk:8-jre-slim - - /etc/host.aliases - - /opt/app/VESCollector - - - . - ${project.build.directory}/${project.artifactId}-${project.version} - - - - - chmod +x bin/*.sh - - chmod 0644 etc/logrotate.conf - - - 8080 - 8443 - - bin/docker-entry.sh - - - - build-image - package - - build - - - - tag-and-push-image-latest - deploy - - tag - - - ${docker.image.name}:latest - ${onap.nexus.dockerregistry.daily}/${docker.image.name}:latest - true - - - - tag-and-push-image-with-version - deploy - - tag - - - ${docker.image.name}:latest - ${onap.nexus.dockerregistry.daily}/${docker.image.name}:${project.version} - true - - - - tag-and-push-image-with-version-and-date - deploy - - tag - - - ${docker.image.name}:latest - ${onap.nexus.dockerregistry.daily}/${docker.image.name}:${project.version}-${maven.build.timestamp}Z - true - - - - - - - - - with-system-proxy - - - - com.spotify - docker-maven-plugin - - - ${env.http_proxy} - - - - - - - - - - - maven-project-info-reports-plugin - - - - dependencies - license - - - - - - maven-javadoc-plugin - - false - org.umlgraph.doclet.UmlGraphDoc - - org.umlgraph - umlgraph - 5.6 - - -views - true - - - - - - - - - org.springframework.boot - spring-boot-dependencies - 2.1.0.RELEASE - pom - import - - - - - - - com.googlecode.json-simple - json-simple - 1.1.1 - - - com.github.fge - json-schema-validator - 2.2.6 - - - com.github.fge - json-schema-core - 1.2.5 - - - com.google.code.gson - gson - 2.8.5 - - - org.json - json - 20160810 - - - - com.att.nsa - cambriaClient - 0.0.1 - - - com.mashape.unirest - unirest-java - 1.4.9 - - - - commons-collections - commons-collections - 3.2.2 - - - commons-configuration - commons-configuration - 1.10 - - - io.vavr - vavr - 0.9.2 - - - org.springframework.boot - spring-boot-starter-security - - - org.springframework.boot - spring-boot-starter-logging - - - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.security - spring-security-config - - - org.springframework.boot - spring-boot-starter-log4j - 1.3.8.RELEASE - - - io.springfox - springfox-swagger2 - 2.8.0 - - - io.springfox - springfox-swagger-ui - 2.8.0 - compile - - - - org.junit.jupiter - junit-jupiter-api - 5.3.1 - test - - - org.junit.jupiter - junit-jupiter-engine - 5.3.1 - test - - - org.junit.vintage - junit-vintage-engine - 5.3.1 - test - - - org.mockito - mockito-junit-jupiter - 2.23.0 - test - - - org.assertj - assertj-core - 3.8.0 - test - - - com.google.jimfs - jimfs - 1.1 - test - - - com.github.tomakehurst - wiremock-standalone - 2.17.0 - test - - - org.springframework.security - spring-security-test - 5.1.1.RELEASE - test - - - org.springframework.boot - spring-boot-starter-test - 2.1.0.RELEASE - test - - - org.onap.dcaegen2.services.sdk.security.crypt - crypt-password - 1.0.0-SNAPSHOT - - - - - external-repository - https://oss.sonatype.org/content/repositories - - - - - - JCenter - JCenter Repository - http://jcenter.bintray.com - - - Restlet - Restlet Repository - http://maven.restlet.com - - - + + + + 4.0.0 + + org.onap.oparent + oparent + 1.2.0 + + + org.onap.dcaegen2.collectors.ves + VESCollector + 1.4.1-SNAPSHOT + dcaegen2-collectors-ves + VESCollector + + + UTF-8 + UTF-8 + 8 + onap/org.onap.dcaegen2.collectors.ves.vescollector + + true + + false + + https://nexus.onap.org + content/repositories/snapshots/ + content/repositories/releases/ + content/sites/site/org/onap/dcaegen2/collectors/ves/${project.artifactId}/${project.version} + yyyyMMdd'T'HHmmss + + + + + + org.springframework.boot + spring-boot-maven-plugin + 2.0.2.RELEASE + + + + repackage + + + + + + maven-compiler-plugin + 3.7.0 + + + maven-source-plugin + 3.0.1 + + + maven-jar-plugin + 3.1.0 + + + maven-assembly-plugin + 3.1.0 + + + maven-javadoc-plugin + 3.0.1 + + + maven-project-info-reports-plugin + 2.9 + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M1 + + + com.spotify + docker-maven-plugin + 1.1.1 + + + org.apache.maven.plugins + maven-enforcer-plugin + + true + + + + + + + maven-compiler-plugin + + ${java.version} + ${java.version} + true + true + + + + maven-source-plugin + + true + + + + attach-sources + verify + + jar-no-fork + + + + + + maven-jar-plugin + + + + true + + + ${project.version} + + + + + + maven-assembly-plugin + + + src/assembly/dep.xml + + false + false + true + + + + make-assembly + package + + single + + + + + + maven-javadoc-plugin + + + true + false + false + + + + aggregate + site + + aggregate + + + + attach-javadoc + + jar + + + + + + com.spotify + docker-maven-plugin + + ${onap.nexus.dockerregistry.daily} + ${docker.image.name} + + latest + + openjdk:8-jre-slim + + /etc/host.aliases + + /opt/app/VESCollector + + + . + ${project.build.directory}/${project.artifactId}-${project.version} + + + + + chmod +x bin/*.sh + + chmod 0644 etc/logrotate.conf + + + 8080 + 8443 + + bin/docker-entry.sh + + + + build-image + package + + build + + + + tag-and-push-image-latest + deploy + + tag + + + ${docker.image.name}:latest + ${onap.nexus.dockerregistry.daily}/${docker.image.name}:latest + true + + + + tag-and-push-image-with-version + deploy + + tag + + + ${docker.image.name}:latest + ${onap.nexus.dockerregistry.daily}/${docker.image.name}:${project.version} + true + + + + tag-and-push-image-with-version-and-date + deploy + + tag + + + ${docker.image.name}:latest + ${onap.nexus.dockerregistry.daily}/${docker.image.name}:${project.version}-${maven.build.timestamp}Z + true + + + + + + + + + with-system-proxy + + + + com.spotify + docker-maven-plugin + + + ${env.http_proxy} + + + + + + + + + + + maven-project-info-reports-plugin + + + + dependencies + license + + + + + + maven-javadoc-plugin + + false + org.umlgraph.doclet.UmlGraphDoc + + org.umlgraph + umlgraph + 5.6 + + -views + true + + + + + + + + + org.springframework.boot + spring-boot-dependencies + 2.1.0.RELEASE + pom + import + + + + + + + com.googlecode.json-simple + json-simple + 1.1.1 + + + com.github.fge + json-schema-validator + 2.2.6 + + + com.github.fge + json-schema-core + 1.2.5 + + + com.google.code.gson + gson + 2.8.5 + + + org.json + json + 20160810 + + + + com.att.nsa + cambriaClient + 0.0.1 + + + com.mashape.unirest + unirest-java + 1.4.9 + + + + commons-collections + commons-collections + 3.2.2 + + + commons-configuration + commons-configuration + 1.10 + + + io.vavr + vavr + 0.9.2 + + + org.springframework.boot + spring-boot-starter-security + + + org.springframework.boot + spring-boot-starter-logging + + + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.security + spring-security-config + + + org.springframework.boot + spring-boot-starter-log4j + 1.3.8.RELEASE + + + io.springfox + springfox-swagger2 + 2.8.0 + + + io.springfox + springfox-swagger-ui + 2.8.0 + compile + + + + org.junit.jupiter + junit-jupiter-api + 5.3.1 + test + + + org.junit.jupiter + junit-jupiter-engine + 5.3.1 + test + + + org.junit.vintage + junit-vintage-engine + 5.3.1 + test + + + org.mockito + mockito-junit-jupiter + 2.23.0 + test + + + org.assertj + assertj-core + 3.8.0 + test + + + com.google.jimfs + jimfs + 1.1 + test + + + com.github.tomakehurst + wiremock-standalone + 2.17.0 + test + + + org.springframework.security + spring-security-test + 5.1.1.RELEASE + test + + + org.springframework.boot + spring-boot-starter-test + 2.1.0.RELEASE + test + + + org.onap.dcaegen2.services.sdk.security.crypt + crypt-password + 1.0.0-SNAPSHOT + + + + + external-repository + https://oss.sonatype.org/content/repositories + + + + + + JCenter + JCenter Repository + http://jcenter.bintray.com + + + Restlet + Restlet Repository + http://maven.restlet.com + + + -- cgit 1.2.3-korg