summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorLuji7 <lu.ji3@zte.com.cn>2017-09-25 01:31:18 +0800
committerLuji7 <lu.ji3@zte.com.cn>2017-09-25 01:31:29 +0800
commit8082387d62a3d242608f5f95c2d3a081cc9a57d0 (patch)
tree440ef7abf64bfc4b851ed56e914a53656e231d57 /pom.xml
parentda86aa52d6cc136a040f342709b425be82ce187d (diff)
instantiate and terminate servce
Change-Id: Id41c300d6750170e62ce211dab434d1e862c9c05 Issue-Id: USECASEUI-36 Signed-off-by: Luji7 <lu.ji3@zte.com.cn>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 341cc604..32866acd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -182,6 +182,18 @@
<artifactId>converter-jackson</artifactId>
<version>2.3.0</version>
</dependency>
+
+ <dependency>
+ <groupId>org.openecomp.sdc.jtosca</groupId>
+ <artifactId>jtosca</artifactId>
+ <version>1.1.3-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>23.0</version>
+ </dependency>
</dependencies>
<build>