summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorLuji7 <lu.ji3@zte.com.cn>2017-09-22 17:25:51 +0800
committerLuji7 <lu.ji3@zte.com.cn>2017-09-22 17:25:58 +0800
commitda86aa52d6cc136a040f342709b425be82ce187d (patch)
treef4b6e26dec2a225b8f774d10c28a9ed49ea4ee11 /pom.xml
parent3132da22b04febc6df23504f82e0f8b13d163697 (diff)
query customer and service from aai
Change-Id: I70a04ae2b6834ffe5c1faa62a33dda4a88d81d77 Issue-Id: USECASEUI-36 Signed-off-by: Luji7 <lu.ji3@zte.com.cn>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index fedfb8eb..341cc604 100644
--- a/pom.xml
+++ b/pom.xml
@@ -171,6 +171,17 @@
<artifactId>jackson-annotations</artifactId>
<version>${jackson.version}</version>
</dependency>
+
+ <dependency>
+ <groupId>com.squareup.retrofit2</groupId>
+ <artifactId>retrofit</artifactId>
+ <version>2.3.0</version>
+ </dependency>
+ <dependency>
+ <groupId>com.squareup.retrofit2</groupId>
+ <artifactId>converter-jackson</artifactId>
+ <version>2.3.0</version>
+ </dependency>
</dependencies>
<build>