diff options
Diffstat (limited to 'artifactbroker/model/pom.xml')
-rw-r--r-- | artifactbroker/model/pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/artifactbroker/model/pom.xml b/artifactbroker/model/pom.xml index 21f0ba4..f2c2850 100644 --- a/artifactbroker/model/pom.xml +++ b/artifactbroker/model/pom.xml @@ -29,4 +29,17 @@ <name>${project.artifactId}</name> <description>[${project.parent.artifactId}] module provides the model for policy distribution</description> + <dependencies> + <dependency> + <groupId>org.onap.sdc.sdc-distribution-client</groupId> + <artifactId>sdc-distribution-client</artifactId> + <version>1.3.0</version> + <exclusions> + <exclusion> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + </exclusion> + </exclusions> + </dependency> + </dependencies> </project> |