From 3edb59266ac24890044e63b7eb0a02bd690e15b8 Mon Sep 17 00:00:00 2001 From: "Singla, Rajiv (rs153v)" Date: Sun, 16 Sep 2018 23:20:45 -0400 Subject: Issued security fixes Issue-ID: DCAEGEN2-765 Change-Id: I19eaf86af61af5f177a06fea9bcf27bc57e41143 Signed-off-by: Singla, Rajiv (rs153v) --- dcae-analytics/pom.xml | 73 +++++++------------------------------------------- 1 file changed, 10 insertions(+), 63 deletions(-) (limited to 'dcae-analytics/pom.xml') diff --git a/dcae-analytics/pom.xml b/dcae-analytics/pom.xml index 3a20709..63a7755 100644 --- a/dcae-analytics/pom.xml +++ b/dcae-analytics/pom.xml @@ -56,7 +56,7 @@ 3.0.0-SNAPSHOT - 2.0.1.RELEASE + 2.0.5.RELEASE Finchley.RC2 1.4 2.9.2 @@ -108,6 +108,15 @@ content/repositories/releases/ nexus3.onap.org:10003 + + + + **/test/**,**/model/**,**/config/** + @@ -405,68 +414,6 @@ - - org.jacoco - jacoco-maven-plugin - ${jacoco.plugin.version} - - - **/generated/** - **/generated-sources/** - - - - - pre-unit-test - - prepare-agent - - - - ${project.build.directory}/jacoco/jacoco-ut.exec - surefireArgLine - - - - post-unit-test - test - - report - - - - ${project.build.directory}/jacoco/jacoco-ut.exec - ${project.reporting.outputDirectory}/jacoco-ut - - - - pre-integration-test - pre-integration-test - - prepare-agent - - - - ${project.build.directory}/jacoco/jacoco-it.exec - failsafeArgLine - - - - post-integration-test - post-integration-test - - report - - - - ${project.build.directory}/jacoco/jacoco-it.exec - ${project.reporting.outputDirectory}/jacoco-it - - - - - - org.codehaus.mojo -- cgit 1.2.3-korg