diff options
Diffstat (limited to 'reception/pom.xml')
-rw-r--r-- | reception/pom.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/reception/pom.xml b/reception/pom.xml index 7d8040d2..b0b07012 100644 --- a/reception/pom.xml +++ b/reception/pom.xml @@ -30,7 +30,7 @@ <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> @@ -42,5 +42,15 @@ <artifactId>forwarding</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.onap.policy.common</groupId> + <artifactId>common-parameters</artifactId> + <version>1.3.0-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>org.onap.policy.common</groupId> + <artifactId>ONAP-Logging</artifactId> + <version>1.3.0-SNAPSHOT</version> + </dependency> </dependencies> </project> |