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 --- integrity-monitor/pom.xml | 45 ++++++++++++++++++++------------------------- 1 file changed, 20 insertions(+), 25 deletions(-) (limited to 'integrity-monitor/pom.xml') 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 + -- cgit 1.2.3-korg