From 0521914ddcde7727ed2dfeafc8bf666ceffd56f3 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Sun, 11 Feb 2018 12:42:11 +0000 Subject: Tidy dependencies and scopes in POMs There were some duplicate dependencies in the POMs that were causing warnings. These have been removed. In cases where the revision of the duplicate dependencies were different,the latest revision was used. The scope of the "junit" dependency was "provided" in some POMs. These have been corrected with the scope of "test" being used for junit dependencies. Issue-ID: POLICY-238 Change-Id: Ib1cc6f040b0c4d7f2b39ae02bc6fb4590d395809 Signed-off-by: liamfallon --- controlloop/common/policy-yaml/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controlloop/common/policy-yaml') diff --git a/controlloop/common/policy-yaml/pom.xml b/controlloop/common/policy-yaml/pom.xml index d15f8705c..efc4d0891 100644 --- a/controlloop/common/policy-yaml/pom.xml +++ b/controlloop/common/policy-yaml/pom.xml @@ -52,7 +52,7 @@ junit junit 4.12 - provided + test -- cgit 1.2.3-korg