Add RE2J in lieu of java.util Pattern
[policy/parent.git] / integration / pom.xml
index 978ecbb..0e06fc8 100644 (file)
                 <version>${version.jersey}</version>
             </dependency>
 
+            <!-- RE2J in lieu of java.util Pattern -->
+            <dependency>
+                <groupId>com.google.re2j</groupId>
+                <artifactId>re2j</artifactId>
+                <version>1.3</version>
+            </dependency>
+
             <!-- MariaDB -->
             <dependency>
                 <groupId>org.mariadb.jdbc</groupId>