aboutsummaryrefslogtreecommitdiffstats
path: root/site-manager
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-02-19 11:37:11 -0500
committerPamela Dragosh <pdragosh@research.att.com>2018-02-20 10:20:37 -0500
commit29c8d903616ba7691c890e2e15fbe3a956fe3c50 (patch)
treeb43d1a81805b2bd6b5d292700517678b2c1aa315 /site-manager
parent19d3bfa5a1e6f69cde7a5e814b1975330249dcd0 (diff)
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 <pdragosh@research.att.com>
Diffstat (limited to 'site-manager')
-rw-r--r--site-manager/pom.xml3
1 files changed, 1 insertions, 2 deletions
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 @@
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>javax.persistence</artifactId>
- <version>2.1.0</version>
</dependency>
<dependency>
<groupId>org.onap.policy.common</groupId>
@@ -118,7 +117,7 @@
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
- <version>1.2.3</version>
+ <version>${mariadb.jdbc.version}</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>