diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-08-28 17:28:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-08-28 17:28:37 +0000 |
commit | 383201bf1f1c81a6affd1cf4ad22121869b95513 (patch) | |
tree | 07ddcab3dda5431b8f3edba2a60e486732e12cc3 /controlloop/common/feature-controlloop-management | |
parent | ffdf210ad1e3f18dcc612e2587ed6d3742ab1e24 (diff) | |
parent | 3052f10337897ea25983f35f4158c5626febbe7d (diff) |
Merge "Use ToscaPolicy instead of legacy Policy"
Diffstat (limited to 'controlloop/common/feature-controlloop-management')
-rw-r--r-- | controlloop/common/feature-controlloop-management/pom.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/controlloop/common/feature-controlloop-management/pom.xml b/controlloop/common/feature-controlloop-management/pom.xml index 2fcb0dee5..0b2f5905c 100644 --- a/controlloop/common/feature-controlloop-management/pom.xml +++ b/controlloop/common/feature-controlloop-management/pom.xml @@ -257,21 +257,6 @@ </exclusions> </dependency> <dependency> - <groupId>org.onap.policy.models.policy-models-interactions</groupId> - <artifactId>model-yaml</artifactId> - <version>${policy.models.version}</version> - <exclusions> - <exclusion> - <artifactId>guava</artifactId> - <groupId>com.google.guava</groupId> - </exclusion> - <exclusion> - <artifactId>snakeyaml</artifactId> - <groupId>org.yaml</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> <groupId>org.onap.policy.drools-pdp</groupId> <artifactId>policy-management</artifactId> <version>${version.policy.drools-pdp}</version> |