summaryrefslogtreecommitdiffstats
path: root/plugins/reception-plugins/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-08-13 17:38:46 +0000
committerGerrit Code Review <gerrit@onap.org>2018-08-13 17:38:46 +0000
commit635cde469ace4c7d60ba87bc0f9e4b26db59a1d1 (patch)
tree7ad57cf81a91286fed1d4c9aa8b4f5f684363360 /plugins/reception-plugins/pom.xml
parent550d0d986713f4da7b37b8f2b16264884c05b9ab (diff)
parent6261a6058cba8f5c0da0be36067ce1c6223c5ffc (diff)
Merge "Initial moduel structure for SDC handling"
Diffstat (limited to 'plugins/reception-plugins/pom.xml')
-rw-r--r--plugins/reception-plugins/pom.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/plugins/reception-plugins/pom.xml b/plugins/reception-plugins/pom.xml
index 3ac93083..a44ff777 100644
--- a/plugins/reception-plugins/pom.xml
+++ b/plugins/reception-plugins/pom.xml
@@ -36,5 +36,26 @@
<artifactId>reception</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.onap.sdc.sdc-tosca</groupId>
+ <artifactId>sdc-tosca</artifactId>
+ <version>1.3.0</version>
+ </dependency>
+ <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>
+ <dependency>
+ <groupId>org.onap.policy.common</groupId>
+ <artifactId>common-parameters</artifactId>
+ <version>1.3.0-SNAPSHOT</version>
+ </dependency>
</dependencies>
</project>