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 /PolicyEngineUtils | |
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 'PolicyEngineUtils')
-rw-r--r-- | PolicyEngineUtils/pom.xml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/PolicyEngineUtils/pom.xml b/PolicyEngineUtils/pom.xml index ac2b2a1a9..73b6e0463 100644 --- a/PolicyEngineUtils/pom.xml +++ b/PolicyEngineUtils/pom.xml @@ -41,16 +41,6 @@ <groupId>org.onap.policy.common</groupId> <artifactId>ONAP-Logging</artifactId> <version>${project.version}</version> - <exclusions> - <exclusion> - <groupId>org.powermock</groupId> - <artifactId>powermock-module-junit4</artifactId> - </exclusion> - <exclusion> - <groupId>org.powermock</groupId> - <artifactId>powermock-core</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>org.eclipse.persistence</groupId> @@ -82,12 +72,6 @@ <artifactId>maven-model</artifactId> <version>3.3.9</version> </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.11</version> - <scope>test</scope> - </dependency> <!-- CLM security fix - force use of xstream Remove this if a new version of drools-verifier is upgraded |