aboutsummaryrefslogtreecommitdiffstats
path: root/intentanalysis/pom.xml
diff options
context:
space:
mode:
authorChuanyuChen <chenchuanyu@huawei.com>2022-08-31 15:13:47 +0800
committerChuanyuChen <chenchuanyu@huawei.com>2022-08-31 15:13:47 +0800
commit83b6c03d6c54c1b305d5f050036985f5aafb06bd (patch)
tree529945bd84ee3a0b0d446efb011973832e64efc2 /intentanalysis/pom.xml
parent7679786f7dd60e0ca5e2b1d0f93e235cf0df0011 (diff)
Add Policy adapter to communicate with Policy module
Add Policy adapter to communicate with Policy module Issue-ID: USECASEUI-714 Signed-off-by: ChuanyuChen <chenchuanyu@huawei.com> Change-Id: I26445e2c99ca9db960deb7a56166196444c39708
Diffstat (limited to 'intentanalysis/pom.xml')
-rw-r--r--intentanalysis/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/intentanalysis/pom.xml b/intentanalysis/pom.xml
index fc3e624..fab2c66 100644
--- a/intentanalysis/pom.xml
+++ b/intentanalysis/pom.xml
@@ -206,6 +206,11 @@
<artifactId>json-sanitizer</artifactId>
<version>1.2.2</version>
</dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>2.7</version>
+ </dependency>
</dependencies>
<build>
<plugins>