aboutsummaryrefslogtreecommitdiffstats
path: root/sli/common/pom.xml
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2020-02-17 17:46:59 -0500
committerSingal, Kapil (ks220y) <ks220y@att.com>2020-02-17 17:46:59 -0500
commit7c2f57f8efc971f1d93a544256c084f52f7c3ed2 (patch)
tree96121599bb206d4f44933b7686ec17bca1b2c041 /sli/common/pom.xml
parent599315984b449ca05f00b35037a103f1dc335030 (diff)
Refactoring deprecated lang3.StringEscapeUtils
Replace deprecated org.apache.commons.lang3.StringEscapeUtils with org.apache.commons.text.StringEscapeUtils Change-Id: Ib0303919d883a577effbb6fa15ddeb289cb936fc Issue-ID: CCSDK-2104 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Diffstat (limited to 'sli/common/pom.xml')
-rwxr-xr-xsli/common/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/sli/common/pom.xml b/sli/common/pom.xml
index 7ba72192..8290a42b 100755
--- a/sli/common/pom.xml
+++ b/sli/common/pom.xml
@@ -43,6 +43,10 @@
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-text</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>dblib-provider</artifactId>
<version>${project.version}</version>
@@ -56,7 +60,7 @@
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-slf4j</artifactId>
- </dependency>
+ </dependency>
<!-- Testing Dependencies -->
<dependency>
<groupId>junit</groupId>