From c80213e91c20dca8794a7d7540d9afb876b6d693 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Fri, 3 Apr 2020 16:33:39 -0400 Subject: [PATCH] Add RE2J in lieu of java.util Pattern Sonar complains about java.util Pattern usage when the pattern has quanitifiers like "*" or "+". It suggests using RE2J instead. Added that to the parent pom - hope it doesn't have licensing issues. Issue-ID: POLICY-2305 Change-Id: I4a79d073e911f42911dabfab92177bce5893efd7 Signed-off-by: Jim Hahn --- integration/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/integration/pom.xml b/integration/pom.xml index 978ecbba..0e06fc84 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -172,6 +172,13 @@ ${version.jersey} + + + com.google.re2j + re2j + 1.3 + + org.mariadb.jdbc -- 2.16.6