diff options
Diffstat (limited to 'gson/pom.xml')
-rw-r--r-- | gson/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gson/pom.xml b/gson/pom.xml index 53489bac..309ce342 100644 --- a/gson/pom.xml +++ b/gson/pom.xml @@ -34,6 +34,10 @@ <dependencies> <dependency> + <groupId>com.google.re2j</groupId> + <artifactId>re2j</artifactId> + </dependency> + <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <scope>provided</scope> |