From a4becf29f32de7467793867c3be1d5ab5876477e Mon Sep 17 00:00:00 2001 From: Piotr Jaszczyk Date: Tue, 29 May 2018 13:35:11 +0200 Subject: Use SSL for encrypting the connection Netty's OpenSSL bindings are used Closes ONAP-179 Change-Id: I8249fbaaed1dd869b733db04a27cebf53962c80c Issue-ID: DCAEGEN2-601 Signed-off-by: Piotr Jaszczyk --- pom.xml | 947 +++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 491 insertions(+), 456 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index e02b1b53..019202f4 100644 --- a/pom.xml +++ b/pom.xml @@ -19,483 +19,518 @@ ~ ============LICENSE_END========================================================= --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - 4.0.0 + 4.0.0 - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + - org.onap.dcaegen2.collectors.veshv - ves-hv-collector - 1.0.0-SNAPSHOT - dcaegen2-collectors-veshv - VES HighVolume Collector - pom + org.onap.dcaegen2.collectors.veshv + ves-hv-collector + 1.0.0-SNAPSHOT + dcaegen2-collectors-veshv + VES HighVolume Collector + pom - - hv-collector-core - hv-collector-main - hv-collector-ct - protobuf - hv-collector-utils - hv-collector-coverage - hv-collector-analysis - hv-collector-client-simulator - + + hv-collector-core + hv-collector-main + hv-collector-ct + protobuf + hv-collector-utils + hv-collector-coverage + hv-collector-analysis + hv-collector-client-simulator + - - 1.2.41 - 3.5.1 - 3.5.1.1 - ${project.build.directory}/generated-sources/proto/main/java/ - - 3.7.0 - 1.7 + + 1.2.41 + 3.7.0 + 1.7 - 1.2.0-RC1 - 5.2.0-RC1 - 1.1.5 - 2.21.0 + + 3.5.1 + 3.5.1.1 + ${project.build.directory}/generated-sources/proto/main/java/ + - true - false - true + + 1.2.0-RC1 + 5.2.0-RC1 + 1.1.5 + 2.21.0 + true + false + true - true - ves-hv-collector/${project.artifactId} - onap - + + true + ves-hv-collector/${project.artifactId} + onap + - - ${project.basedir}/src/main/kotlin - ${project.basedir}/src/test/kotlin - - - ${project.basedir}/src/main/resources - - - - - - org.apache.maven.plugins - maven-resources-plugin - 3.1.0 - - UTF-8 - - - - kotlin-maven-plugin - org.jetbrains.kotlin - ${kotlin.version} - - 1.8 - - - - compile - - compile - - - - ${project.build.sourceDirectory} - ${project.build.directory}/generated-sources/annotations - - - - - test-compile - - test-compile - - - - ${project.build.testSourceDirectory} - - - - - - - com.github.os72 - protoc-jar-maven-plugin - ${protoc-jar-maven-plugin.version} - - - org.codehaus.mojo - build-helper-maven-plugin - ${build-helper-maven-plugin.version} - - - add-source - generate-sources - - add-source - - - - ${protobuf-generated-files.directory} - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - ${maven-compiler-plugin.version} - - 8 - 8 - UTF-8 - true - true - false - - - - org.ow2.asm - asm - 6.1.1 - - - - - - maven-surefire-plugin - org.apache.maven.plugins - ${maven-surefire-plugin.version} - - - default-test - - test - - - ${failIfMissingUnitTests} - 1 - - **/*Test.* - - - - - - component-tests - verify - - test - - - ${failIfMissingComponentTests} - 1 - - **/*Specification.* - - - - - - - org.apache.commons - commons-lang3 - 3.7 - - - org.junit.platform - junit-platform-surefire-provider - ${junit-platform.version} - runtime - - - org.jetbrains.spek - spek-junit-platform-engine - ${spek.version} - runtime - - - - - org.apache.maven.plugins - maven-dependency-plugin - 3.1.1 - - - io.fabric8 - docker-maven-plugin - 0.26.0 - - - build-docker-image - pre-integration-test - - build - - - - - ${skipDocker} - true - IfNotPresent - - - ${project.artifactId} - ${docker-image.namespace}/${docker-image.name} - - ${project.basedir} - - ${project.version} - - - - - - - - - + + ${project.basedir}/src/main/kotlin + ${project.basedir}/src/test/kotlin + + + ${project.basedir}/src/main/resources + + + + + + org.apache.maven.plugins + maven-resources-plugin + 3.1.0 + + UTF-8 + + + + kotlin-maven-plugin + org.jetbrains.kotlin + ${kotlin.version} + + 1.8 + + + + compile + + compile + + + + ${project.build.sourceDirectory} + ${project.build.directory}/generated-sources/annotations + + + + + test-compile + + test-compile + + + + ${project.build.testSourceDirectory} + + + + + + + com.github.os72 + protoc-jar-maven-plugin + ${protoc-jar-maven-plugin.version} + + + org.codehaus.mojo + build-helper-maven-plugin + ${build-helper-maven-plugin.version} + + + add-source + generate-sources + + add-source + + + + ${protobuf-generated-files.directory} + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + 8 + 8 + UTF-8 + true + true + false + + + + org.ow2.asm + asm + 6.1.1 + + + + + + maven-surefire-plugin + org.apache.maven.plugins + ${maven-surefire-plugin.version} + + + default-test + + test + + + ${failIfMissingUnitTests} + 1 + + **/*Test.* + + + + + + component-tests + verify + + test + + + ${failIfMissingComponentTests} + 1 + + **/*Specification.* + + + + + + + org.apache.commons + commons-lang3 + 3.7 + + + org.junit.platform + junit-platform-surefire-provider + ${junit-platform.version} + runtime + + + org.jetbrains.spek + spek-junit-platform-engine + ${spek.version} + runtime + + + + + org.apache.maven.plugins + maven-dependency-plugin + 3.1.1 + + + + + + kr.motd.maven + os-maven-plugin + 1.6.0 + + + - - - analysis - + + + analysis + true - - - org.jacoco - jacoco-maven-plugin - 0.8.1 - - - default-prepare-agent - - prepare-agent - - - - default-prepare-agent-integration - - prepare-agent-integration - - - - + + + org.jacoco + jacoco-maven-plugin + 0.8.1 + + + default-prepare-agent + + prepare-agent + + + + default-prepare-agent-integration + + prepare-agent-integration + + + + - - org.apache.maven.plugins - maven-antrun-plugin - 1.8 - - - - detekt - verify - - - - - - - - - - - - - - - - - - - - run - - - - - - io.gitlab.arturbosch.detekt - detekt-cli - 1.0.0.RC7 - - - ${project.groupId} - hv-collector-analysis - ${project.version} - - - - - - - + + org.apache.maven.plugins + maven-antrun-plugin + 1.8 + + + + detekt + verify + + + + + + + + + + + + + + + + + + + + run + + + + + + io.gitlab.arturbosch.detekt + detekt-cli + 1.0.0.RC7 + + + ${project.groupId} + hv-collector-analysis + ${project.version} + + + + + + + + docker + + + !skipDocker + + + + linux + x86_64 + ${os.detected.name}-${os.detected.arch} + + + + + + io.fabric8 + docker-maven-plugin + 0.26.0 + + + build-docker-image + pre-integration-test + + build + + + + + true + IfNotPresent + + + ${project.artifactId} + ${docker-image.namespace}/${docker-image.name} + + ${project.basedir} + + ${project.version} + + + + + + - - - - org.jacoco - jacoco-maven-plugin - - - - report - - - - - - + + + + + - - - arturbosch-code-analysis - arturbosch-code-analysis (for detekt) - https://dl.bintray.com/arturbosch/code-analysis/ - default - - true - never - - - false - never - - - + + + + org.jacoco + jacoco-maven-plugin + + + + report + + + + + + - - - - com.google.guava - guava - 25.0-jre - - - com.google.code.findbugs - jsr305 - - - - - org.jetbrains.kotlin - kotlin-stdlib-jdk8 - ${kotlin.version} - - - org.jetbrains.kotlin - kotlin-reflect - ${kotlin.version} - - - ch.qos.logback - logback-classic - 1.3.0-alpha4 - runtime - - - org.slf4j - slf4j-api - 1.8.0-beta1 - - - io.projectreactor - reactor-bom - Bismuth-SR8 - pom - import - - - com.google.protobuf - protobuf-java - ${protobuf.version} - - - commons-cli - commons-cli - 1.4 - - - javax.json - javax.json-api - 1.1.2 - - - org.glassfish - javax.json - 1.1.2 - + + + arturbosch-code-analysis + arturbosch-code-analysis (for detekt) + https://dl.bintray.com/arturbosch/code-analysis/ + default + + true + never + + + false + never + + + - + + + + com.google.guava + guava + 25.0-jre + + + com.google.code.findbugs + jsr305 + + + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + ${kotlin.version} + + + org.jetbrains.kotlin + kotlin-reflect + ${kotlin.version} + + + ch.qos.logback + logback-classic + 1.3.0-alpha4 + runtime + + + org.slf4j + slf4j-api + 1.8.0-beta1 + + + io.projectreactor + reactor-bom + Bismuth-SR8 + pom + import + + + io.netty + netty-tcnative-boringssl-static + 2.0.8.Final + ${os.detected.classifier} + + + com.google.protobuf + protobuf-java + ${protobuf.version} + + + commons-cli + commons-cli + 1.4 + + + javax.json + javax.json-api + 1.1.2 + + + org.glassfish + javax.json + 1.1.2 + - - org.jetbrains.spek - spek-api - ${spek.version} - test - - - org.jetbrains.spek - spek-junit-platform-engine - ${spek.version} - test - + + + + org.jetbrains.spek + spek-api + ${spek.version} + test + + + org.jetbrains.spek + spek-junit-platform-engine + ${spek.version} + test + - - org.assertj - assertj-core - 3.9.1 - test - - - com.nhaarman - mockito-kotlin - 1.5.0 - test - - - org.mockito - mockito-core - - - - - org.mockito - mockito-core - 2.18.3 - test - - - org.jetbrains.kotlin - kotlin-test - ${kotlin.version} - test - - - io.projectreactor - reactor-test - 3.1.7.RELEASE - test - - - + + org.assertj + assertj-core + 3.9.1 + test + + + com.nhaarman + mockito-kotlin + 1.5.0 + test + + + org.mockito + mockito-core + + + + + org.mockito + mockito-core + 2.18.3 + test + + + org.jetbrains.kotlin + kotlin-test + ${kotlin.version} + test + + + io.projectreactor + reactor-test + 3.1.7.RELEASE + test + + + -- cgit 1.2.3-korg