diff options
author | liamfallon <liam.fallon@est.tech> | 2023-02-17 19:17:27 +0000 |
---|---|---|
committer | Liam Fallon <liam.fallon@est.tech> | 2023-02-17 20:25:53 +0000 |
commit | 2b51249582274652201fa52fd3934a396ee8708d (patch) | |
tree | c60114506045e9999f3dd1a3d985a463fba68d51 /controlloop/common/rules-test | |
parent | 8880241bad9a12d8d4da434c5e35c8164eab0106 (diff) |
Clean up dependencies for London Release
Issue-ID: POLICY-4482
Change-Id: Iaa23f99508a0f17e62fb0a8d7028c4a58254338f
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'controlloop/common/rules-test')
-rw-r--r-- | controlloop/common/rules-test/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/controlloop/common/rules-test/pom.xml b/controlloop/common/rules-test/pom.xml index fbf7f93d8..5252993e9 100644 --- a/controlloop/common/rules-test/pom.xml +++ b/controlloop/common/rules-test/pom.xml @@ -33,10 +33,6 @@ <description>Common Utilities to facilitate testing via JUnit</description> <packaging>jar</packaging> - <properties> - <powermock.version>2.0.4</powermock.version> - </properties> - <dependencies> <dependency> <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> |