From 23634dba70b166ad3c79b5eadfbd32b5375d44be Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Mon, 25 Sep 2017 16:07:54 -0400 Subject: MariaDB Connector and Sonar Scans; clean nl PORTAL-50: Fix to get the Sonar coverage for ONAP PORTAL-72: Sonar scan - resolving severity Blocker issues PORTAL-86: Remove internal att.com usages from tests and other files PORTAL-102: Fixed the page refresh issue on App Account Management page PORTAL-103: Fix to enhanced notification ticket source for ONAP PORTAL-104: Replaced mysql DB connector with mariaDB Issue: PORTAL-50 PORTAL-72 PORTAL-86 PORTAL-102 PORTAL-103 PORTAL-104 Change-Id: Iae78ad34ed9ce5ae1f2d36fcbb93fbc1e39944e5 Signed-off-by: Christopher Lott (cl778h) --- ecomp-portal-BE-common/pom.xml | 108 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 104 insertions(+), 4 deletions(-) (limited to 'ecomp-portal-BE-common/pom.xml') diff --git a/ecomp-portal-BE-common/pom.xml b/ecomp-portal-BE-common/pom.xml index 79968b3a..6e5e5ee0 100644 --- a/ecomp-portal-BE-common/pom.xml +++ b/ecomp-portal-BE-common/pom.xml @@ -15,7 +15,7 @@ 1.3.0 UTF-8 - true + false https://nexus.onap.org /content/repositories/snapshots/ content/repositories/staging/ @@ -67,7 +67,59 @@ ${project.artifactId} - + + org.jacoco + jacoco-maven-plugin + 0.7.6.201602180812 + True + + + + prepare-agent + + prepare-agent + + + ${sonar.jacoco.reportPath} + + + + report + + report + + + ${sonar.jacoco.reportPath} + ${project.basedir}/target/site/jacoco + + + + + default-instrument + + instrument + + + + default-restore-instrumented-classes + + restore-instrumented-classes + + + + + report-integration + + report-integration + + + ${sonar.jacoco.itReportPath} + ${project.basedir}/target/site/it-jacoco + + + + maven-compiler-plugin 3.1 @@ -223,6 +275,7 @@ + @@ -574,6 +627,31 @@ 4.11 test + + org.powermock + powermock-api-mockito + 1.6.1 + + + org.powermock + powermock-core + 1.6.1 + + + org.powermock + powermock-module-junit4 + 1.6.1 + + + org.mockito + mockito-core + 1.8.5 + + + org.jacoco + jacoco-maven-plugin + 0.7.6.201602180812 + commons-beanutils @@ -604,14 +682,36 @@ springfox-swagger2 2.5.0 - io.springfox springfox-swagger-ui 2.5.0 - + + + + + com.googlecode.json-simple + json-simple + 1.1.1 + + + org.glassfish.jersey.core + jersey-client + 2.23.1 + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-json-provider + 2.6.3 + + + org.glassfish.jersey.connectors + jersey-jetty-connector + 2.23.1 + + -- cgit 1.2.3-korg