diff options
Diffstat (limited to 'forwarding/pom.xml')
-rw-r--r-- | forwarding/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/forwarding/pom.xml b/forwarding/pom.xml index d2bcc29e..6a7b123a 100644 --- a/forwarding/pom.xml +++ b/forwarding/pom.xml @@ -30,12 +30,17 @@ <name>${project.artifactId}</name> <description>The module of Policy Distribution that forwards policies to other components.</description> - + <dependencies> <dependency> <groupId>org.onap.policy.distribution</groupId> <artifactId>distribution-model</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.onap.policy.common</groupId> + <artifactId>common-parameters</artifactId> + <version>1.3.0-SNAPSHOT</version> + </dependency> </dependencies> </project> |