aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/reception-plugins/pom.xml
diff options
context:
space:
mode:
authorliboNet <libo.zhu@intel.com>2018-08-08 08:08:10 +0800
committerliboNet <libo.zhu@intel.com>2018-08-14 02:22:59 +0800
commit6261a6058cba8f5c0da0be36067ce1c6223c5ffc (patch)
tree4b267709503a25db7a5e26bc2a5f99dd5bcdd1a5 /plugins/reception-plugins/pom.xml
parentf85f63f52d38ca962fc0e68eae184dd7018dc47b (diff)
Initial moduel structure for SDC handling
This submission defines the initial module structure for this handling and add the IConfiguration implementation and test code, use the json format as the configuration. rename the class name to sensible one with PSSD prefix. remove static variable to make it possible for more than one subscription to SDC. improve the validate func to validate each mandatory parameters and check the int parameter's value Change-Id: I3106ad9d4535b1251eae064e803805b92378f6f1 Issue-ID: POLICY-956 Signed-off-by: liboNet <libo.zhu@intel.com>
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>