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-audit/pom.xml | 39 +++++++++++++++++---------------------- 1 file changed, 17 insertions(+), 22 deletions(-) (limited to 'integrity-audit') 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 + -- cgit 1.2.3-korg