From 29c8d903616ba7691c890e2e15fbe3a956fe3c50 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Mon, 19 Feb 2018 11:37:11 -0500 Subject: Consolidating and organizing dependencies This is the first sweep to organize the dependencies. I did upgrade the JUnit in this repo to 4.12 as I thought this would be harmless. Issue-ID: POLICY-626 Change-Id: I4dc120d2d48830b282d9a173ab69cc553a4d5e78 Signed-off-by: Pamela Dragosh --- common-logging/pom.xml | 11 +++++----- integrity-audit/pom.xml | 39 +++++++++++++++------------------- integrity-monitor/pom.xml | 45 ++++++++++++++++++---------------------- pom.xml | 53 ++++++++++++++++++++++++++++++++++++++++++++++- site-manager/pom.xml | 3 +-- utils-test/pom.xml | 2 -- utils/pom.xml | 1 - 7 files changed, 95 insertions(+), 59 deletions(-) diff --git a/common-logging/pom.xml b/common-logging/pom.xml index 400434c1..26da3041 100644 --- a/common-logging/pom.xml +++ b/common-logging/pom.xml @@ -33,6 +33,11 @@ jar + + log4j + log4j + provided + javax.servlet javax.servlet-api @@ -49,12 +54,6 @@ eelf-core 0.0.1 - - log4j - log4j - 1.2.17 - provided - diff --git a/integrity-audit/pom.xml b/integrity-audit/pom.xml index 413ee1dd..286842fe 100644 --- a/integrity-audit/pom.xml +++ b/integrity-audit/pom.xml @@ -36,54 +36,49 @@ Integrity Audit - - log4j - log4j - 1.2.17 - junit junit - 4.11 test - org.onap.policy.common - utils - ${project.version} - test + log4j + log4j - org.onap.policy.common - utils-test - ${project.version} - test + com.h2database + h2 org.eclipse.persistence javax.persistence - 2.1.0 org.eclipse.persistence eclipselink - 2.6.0 - com.h2database - h2 - [1.4.186,) + org.onap.policy.common + utils + ${project.version} + test - org.apache.commons - commons-lang3 - 3.4 + org.onap.policy.common + utils-test + ${project.version} + test org.onap.policy.common ONAP-Logging ${project.version} + + org.apache.commons + commons-lang3 + 3.4 + diff --git a/integrity-monitor/pom.xml b/integrity-monitor/pom.xml index 4e69ccea..a5295b17 100644 --- a/integrity-monitor/pom.xml +++ b/integrity-monitor/pom.xml @@ -36,54 +36,49 @@ Integrity Monitor - - log4j - log4j - 1.2.17 - - - org.onap.policy.common - utils - ${project.version} - junit junit - 4.11 test - org.onap.policy.common - utils-test - ${project.version} - test + log4j + log4j - commons-logging - commons-logging - 1.1.3 - test - + com.h2database + h2 + org.eclipse.persistence javax.persistence - 2.1.0 org.eclipse.persistence eclipselink - 2.6.0 - com.h2database - h2 - [1.4.186,) + org.onap.policy.common + utils + ${project.version} + + + org.onap.policy.common + utils-test + ${project.version} + test org.onap.policy.common ONAP-Logging ${project.version} + + commons-logging + commons-logging + 1.1.3 + test + diff --git a/pom.xml b/pom.xml index bab777b1..bea8f47b 100644 --- a/pom.xml +++ b/pom.xml @@ -58,9 +58,24 @@ ${project.basedir}/../target/code-coverage/jacoco-it.exec reuseReports - + + 4.12 1.2.3 + 1.2.17 + 2.1.0 + + + 2.6.0 + 1.2.3 + + 1.0.2 + 1.4.186 + @@ -104,6 +119,42 @@ + + + + + ch.qos.logback + logback-classic + ${logback.version} + + + junit + junit + ${junit.version} + + + log4j + log4j + ${log4j.version} + + + com.h2database + h2 + ${h2.version} + test + + + org.eclipse.persistence + javax.persistence + ${javax.persistence.version} + + + org.eclipse.persistence + eclipselink + ${eclipselink.version} + + + diff --git a/site-manager/pom.xml b/site-manager/pom.xml index 8726825e..a30be04d 100644 --- a/site-manager/pom.xml +++ b/site-manager/pom.xml @@ -108,7 +108,6 @@ org.eclipse.persistence javax.persistence - 2.1.0 org.onap.policy.common @@ -118,7 +117,7 @@ org.mariadb.jdbc mariadb-java-client - 1.2.3 + ${mariadb.jdbc.version} commons-cli diff --git a/utils-test/pom.xml b/utils-test/pom.xml index 7df85eb1..8e1a570a 100644 --- a/utils-test/pom.xml +++ b/utils-test/pom.xml @@ -36,13 +36,11 @@ junit junit - 4.11 provided ch.qos.logback logback-classic - ${logback.version} diff --git a/utils/pom.xml b/utils/pom.xml index a9aff9e4..27eeceb7 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -40,7 +40,6 @@ junit junit - 4.11 test -- cgit 1.2.3-korg