From: Jim Hahn Date: Fri, 3 Apr 2020 20:33:39 +0000 (-0400) Subject: Add RE2J in lieu of java.util Pattern X-Git-Tag: 3.1.2~8 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fparent.git;a=commitdiff_plain;h=c80213e91c20dca8794a7d7540d9afb876b6d693 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 --- 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