aboutsummaryrefslogtreecommitdiffstats
path: root/common-parameters/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'common-parameters/pom.xml')
-rw-r--r--common-parameters/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/common-parameters/pom.xml b/common-parameters/pom.xml
index 87b2d3a5..3b7ae7f5 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>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ </dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>