summaryrefslogtreecommitdiffstats
path: root/intentanalysis/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'intentanalysis/pom.xml')
-rw-r--r--intentanalysis/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/intentanalysis/pom.xml b/intentanalysis/pom.xml
index 88c5de6..56efe9a 100644
--- a/intentanalysis/pom.xml
+++ b/intentanalysis/pom.xml
@@ -164,6 +164,21 @@
<version>2.0.206</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.squareup.retrofit2</groupId>
+ <artifactId>retrofit</artifactId>
+ <version>2.7.2</version>
+ </dependency>
+ <dependency>
+ <groupId>com.squareup.retrofit2</groupId>
+ <artifactId>converter-jackson</artifactId>
+ <version>2.3.0</version>
+ </dependency>
+ <dependency>
+ <groupId>com.alibaba</groupId>
+ <artifactId>fastjson</artifactId>
+ <version>2.0.6</version>
+ </dependency>
</dependencies>
<build>
<plugins>