diff options
Diffstat (limited to 'packages/policy-clamp-tarball/pom.xml')
-rw-r--r-- | packages/policy-clamp-tarball/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/policy-clamp-tarball/pom.xml b/packages/policy-clamp-tarball/pom.xml index 2cab0ee3f..380b534e6 100644 --- a/packages/policy-clamp-tarball/pom.xml +++ b/packages/policy-clamp-tarball/pom.xml @@ -1,6 +1,6 @@ <!-- ============LICENSE_START======================================================= - Copyright (C) 2021 Nordix Foundation. + Copyright (C) 2021-2022 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -52,6 +52,11 @@ <artifactId>policy-clamp-participant-impl-http</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.onap.policy.clamp.participant</groupId> + <artifactId>policy-clamp-acm-element-impl</artifactId> + <version>${project.version}</version> + </dependency> </dependencies> <build> |