diff options
Diffstat (limited to 'common-parameters/pom.xml')
-rw-r--r-- | common-parameters/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common-parameters/pom.xml b/common-parameters/pom.xml index c7136bd3..c0efcf70 100644 --- a/common-parameters/pom.xml +++ b/common-parameters/pom.xml @@ -31,6 +31,10 @@ <description>[${project.parent.artifactId}] module provides common property and parameter handling the ONAP Policy Framework</description> <dependencies> + <dependency> + <groupId>com.google.re2j</groupId> + <artifactId>re2j</artifactId> + </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> |