diff options
-rw-r--r-- | integration/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
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>${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> |