diff options
author | bobbymander <bobby.mander@att.com> | 2018-03-28 15:05:33 -0400 |
---|---|---|
committer | bobbymander <bobby.mander@att.com> | 2018-03-28 15:07:15 -0400 |
commit | cc02160dfa3a7a201b79fe11ceaa51e431be7341 (patch) | |
tree | 3f24dd1ef18ef75fd7e750ca35912a2a002680f1 /POLICY-SDK-APP/pom.xml | |
parent | 95a5bc9816c0bdf56b4ea6699004eb29940ddc6a (diff) |
POM changes to centralize test scope deps
Issue-ID: POLICY-600
Change-Id: I870317bbd125c6016818ec435ea7a406123c66c1
Signed-off-by: bobbymander <bobby.mander@att.com>
Diffstat (limited to 'POLICY-SDK-APP/pom.xml')
-rw-r--r-- | POLICY-SDK-APP/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/POLICY-SDK-APP/pom.xml b/POLICY-SDK-APP/pom.xml index 3a8eaa456..91e14d9f9 100644 --- a/POLICY-SDK-APP/pom.xml +++ b/POLICY-SDK-APP/pom.xml @@ -253,12 +253,6 @@ <artifactId>yamlbeans</artifactId> <version>1.08</version> </dependency> - <!-- https://mvnrepository.com/artifact/org.easymock/easymock --> - <dependency> - <groupId>org.easymock</groupId> - <artifactId>easymock</artifactId> - <version>3.1</version> - </dependency> <!-- https://mvnrepository.com/artifact/org.yaml/snakeyaml --> <dependency> <groupId>org.yaml</groupId> |