diff options
Diffstat (limited to 'artifactbroker/main/pom.xml')
-rw-r--r-- | artifactbroker/main/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/artifactbroker/main/pom.xml b/artifactbroker/main/pom.xml index db1c855..4e0ecc0 100644 --- a/artifactbroker/main/pom.xml +++ b/artifactbroker/main/pom.xml @@ -29,6 +29,14 @@ <name>${project.artifactId}</name> <description>The main module of Policy Distribution that handles startup, lifecycle management, and parameters.</description> + <dependencies> + <dependency> + <groupId>org.onap.multicloud.framework</groupId> + <artifactId>multicloud-framework-artifactbroker-reception</artifactId> + <version>${project.version}</version> + </dependency> + </dependencies> + <build> <resources> <!-- Output the version of the distribution service --> |