diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-02-19 11:37:11 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-02-20 10:20:37 -0500 |
commit | 29c8d903616ba7691c890e2e15fbe3a956fe3c50 (patch) | |
tree | b43d1a81805b2bd6b5d292700517678b2c1aa315 /utils/pom.xml | |
parent | 19d3bfa5a1e6f69cde7a5e814b1975330249dcd0 (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/pom.xml')
-rw-r--r-- | utils/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/pom.xml b/utils/pom.xml index a9aff9e4..27eeceb7 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -40,7 +40,6 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.11</version> <scope>test</scope> </dependency> <dependency> |