aboutsummaryrefslogtreecommitdiffstats
path: root/utils-test
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 /utils-test
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 'utils-test')
-rw-r--r--utils-test/pom.xml2
1 files changed, 0 insertions, 2 deletions
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 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.11</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
- <version>${logback.version}</version>
</dependency>
</dependencies>