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 --- site-manager/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'site-manager') 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 -- cgit 1.2.3-korg