diff options
author | hekeguang <hekeguang@chinamobile.com> | 2022-08-19 15:20:44 +0800 |
---|---|---|
committer | hekeguang <hekeguang@chinamobile.com> | 2022-08-19 15:21:22 +0800 |
commit | 235aa1c823235f98ee9564e717e77ca068c2b1f1 (patch) | |
tree | 6f14b10bda4b30d4d53743e8b1395e910ecf4d02 /intentanalysis/pom.xml | |
parent | 031d49919a7b7dfd53b760619f87e79a57419ba9 (diff) |
Modify intent base code.
Issue-ID: USECASEUI-696
Change-Id: I4d12d19757a30a1cc4b2a3a2f1f087bac91aa2c6
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
Diffstat (limited to 'intentanalysis/pom.xml')
-rw-r--r-- | intentanalysis/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/intentanalysis/pom.xml b/intentanalysis/pom.xml index e05095c..0c34071 100644 --- a/intentanalysis/pom.xml +++ b/intentanalysis/pom.xml @@ -186,6 +186,16 @@ <artifactId>fastjson</artifactId> <version>2.0.6</version> </dependency> + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>3.2.2</version> + </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>2.6</version> + </dependency> </dependencies> <build> <plugins> |