From c7d24b07377cb00ce4c0c531c6d3dff25e04dc12 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Fri, 7 May 2021 15:35:55 -0400 Subject: 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 --- common-logging/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common-logging/pom.xml') 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 @@ -37,6 +37,10 @@ lombok provided + + com.google.re2j + re2j + javax.servlet javax.servlet-api -- cgit 1.2.3-korg