diff options
author | Jim Hahn <jrh3@att.com> | 2020-03-19 09:41:10 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-03-19 09:41:10 -0400 |
commit | 892203b62c51be6256dcb0240e7860ba7298d06d (patch) | |
tree | d94d74389b670314bc69619b0a628885e72813fe /controlloop/common/rules-test/pom.xml | |
parent | 780268ec538e303bc5bd5c93e2b813e0d3dcbcc7 (diff) |
Last sonar fix for drools-apps
Remaining issues will be examined/addressed in Guilin.
Issue-ID: POLICY-2426
Signed-off-by: Jim Hahn <jrh3@att.com>
Change-Id: I2354122ed40e27de472a346001aff4e46d27ccf6
Diffstat (limited to 'controlloop/common/rules-test/pom.xml')
-rw-r--r-- | controlloop/common/rules-test/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/controlloop/common/rules-test/pom.xml b/controlloop/common/rules-test/pom.xml index ddd897c35..8b24f29a0 100644 --- a/controlloop/common/rules-test/pom.xml +++ b/controlloop/common/rules-test/pom.xml @@ -95,12 +95,6 @@ <version>${policy.models.version}</version> </dependency> <dependency> - <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> - <artifactId>events</artifactId> - <version>${policy.models.version}</version> - <scope>provided</scope> - </dependency> - <dependency> <groupId>org.onap.policy.drools-applications.controlloop.common</groupId> <artifactId>eventmanager</artifactId> <version>${project.version}</version> |