diff options
Diffstat (limited to 'participant/participant-impl/pom.xml')
-rw-r--r-- | participant/participant-impl/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/participant/participant-impl/pom.xml b/participant/participant-impl/pom.xml index 6c67bfa51..8afd81045 100644 --- a/participant/participant-impl/pom.xml +++ b/participant/participant-impl/pom.xml @@ -40,4 +40,12 @@ <module>participant-impl-cds</module> <module>participant-impl-kubernetes</module> </modules> + + <dependencies> + <dependency> + <groupId>org.onap.policy.clamp.participant</groupId> + <artifactId>policy-clamp-participant-intermediary</artifactId> + <version>${project.version}</version> + </dependency> + </dependencies> </project> |