aboutsummaryrefslogtreecommitdiffstats
path: root/reception/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'reception/pom.xml')
-rw-r--r--reception/pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/reception/pom.xml b/reception/pom.xml
index 4fdd1f38..7d8040d2 100644
--- a/reception/pom.xml
+++ b/reception/pom.xml
@@ -30,4 +30,17 @@
<name>${project.artifactId}</name>
<description>The module of Policy Distribution that handles reception of policies from other systems.</description>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.onap.policy.distribution</groupId>
+ <artifactId>distribution-model</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.policy.distribution</groupId>
+ <artifactId>forwarding</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ </dependencies>
</project>