summaryrefslogtreecommitdiffstats
path: root/intentanalysis/pom.xml
diff options
context:
space:
mode:
authorhekeguang <hekeguang@chinamobile.com>2022-08-08 15:50:01 +0800
committerhekeguang <hekeguang@chinamobile.com>2022-08-08 15:50:34 +0800
commit96d16d95ec27c62722a601f5bf8e735965692b8f (patch)
treec6032fa4fcfbcf559ff34b41a57326d0036e31f0 /intentanalysis/pom.xml
parentbedfcff8f80b0adc6df7bc051b82458fef4446f0 (diff)
Add code to support interaction with other ONAP components.
Issue-ID: USECASEUI-696 Change-Id: Ic403827c7dc443bb20d0e0971155ce3a36730be3 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
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>