summaryrefslogtreecommitdiffstats
path: root/catalog-be/pom.xml
diff options
context:
space:
mode:
authortalio <tali.orenbach@amdocs.com>2019-06-05 16:11:11 +0300
committerAvi Gaffa <avi.gaffa@amdocs.com>2019-06-06 08:43:50 +0000
commita4c1c763eeb890ff8187eb28ab2bc00f2901f7ee (patch)
tree92b38f6aae6a90bd11a24e6b293f7b88296af254 /catalog-be/pom.xml
parent70cd3ef0d7d6b88a5de45ef0cf252d06e9e7b5c2 (diff)
Fix static list value issue
Change-Id: I976404e172aae756248cb4e3fe367e1c00c72168 Issue-ID: SDC-2355 Signed-off-by: talio <tali.orenbach@amdocs.com>
Diffstat (limited to 'catalog-be/pom.xml')
-rw-r--r--catalog-be/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml
index e32d514842..dcd4c586cb 100644
--- a/catalog-be/pom.xml
+++ b/catalog-be/pom.xml
@@ -624,6 +624,11 @@
<artifactId>jackson-mapper-asl</artifactId>
<version>${jackson.mapper.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-collections4</artifactId>
+ <version>${commons.collections.version}</version>
+ </dependency>
</dependencies>
<build>