diff options
Diffstat (limited to 'forwarding/pom.xml')
-rw-r--r-- | forwarding/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/forwarding/pom.xml b/forwarding/pom.xml index 741d6772..d2bcc29e 100644 --- a/forwarding/pom.xml +++ b/forwarding/pom.xml @@ -30,4 +30,12 @@ <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> + </dependencies> </project> |