aboutsummaryrefslogtreecommitdiffstats
path: root/common-logging/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2021-05-07 15:35:55 -0400
committerJim Hahn <jrh3@att.com>2021-05-07 15:42:10 -0400
commitc7d24b07377cb00ce4c0c531c6d3dff25e04dc12 (patch)
treea1c32b52d2d92321745824e6d4fe29fb441a5835 /common-logging/pom.xml
parent1d0aaaa5b31719c1718700bb0d1a99c413fd513c (diff)
Change java.util.regex to re2j
Sonar complains about java.util.regex. Thought I used re2j when creating all of the patterns, but apparently not. Fixed that oversight. Issue-ID: POLICY-3284 Change-Id: Idbec112ab0d4c3b477ce357f8a556d95e4dea083 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'common-logging/pom.xml')
-rw-r--r--common-logging/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/common-logging/pom.xml b/common-logging/pom.xml
index db520e3c..3c487806 100644
--- a/common-logging/pom.xml
+++ b/common-logging/pom.xml
@@ -38,6 +38,10 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>com.google.re2j</groupId>
+ <artifactId>re2j</artifactId>
+ </dependency>
+ <dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>compile</scope>