diff options
author | Keguang He <hekeguang@chinamobile.com> | 2022-08-11 01:09:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-08-11 01:09:54 +0000 |
commit | e1bb026dc18d66bb3a0417625c8dfb32a1109bee (patch) | |
tree | bcab1c6534e240dff15d0793ed94d404914dfc30 /intentanalysis/pom.xml | |
parent | c1634b7dff2ba465eb4f26914066552f8c029758 (diff) | |
parent | 2d13c3e71c1189c57b504cb2202fff72debb6786 (diff) |
Merge "Add logs for uui intent-analysis server"
Diffstat (limited to 'intentanalysis/pom.xml')
-rw-r--r-- | intentanalysis/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/intentanalysis/pom.xml b/intentanalysis/pom.xml index 56efe9a..e05095c 100644 --- a/intentanalysis/pom.xml +++ b/intentanalysis/pom.xml @@ -76,8 +76,15 @@ </dependency> <dependency> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> + <version>1.2.11</version> + </dependency> + + <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> + <version>1.18.24</version> </dependency> <!-- swagger --> |