summaryrefslogtreecommitdiffstats
path: root/cps-ri/pom.xml
diff options
context:
space:
mode:
authorNiamh Core <niamh.core@est.tech>2021-09-03 15:37:52 +0000
committerGerrit Code Review <gerrit@onap.org>2021-09-03 15:37:52 +0000
commit1ce718a31547f9345286154170f230b9e89e5ee3 (patch)
treed5c2920d8c5a54b898874916cb996e37d14de1db /cps-ri/pom.xml
parentcd048075b11eef88501619da0068d5eb6dd330f7 (diff)
parent008abaee59bb542d5a60e89fa7f4231cecf7bdf5 (diff)
Merge "Ensure Leaf value retains Integer type"
Diffstat (limited to 'cps-ri/pom.xml')
-rw-r--r--cps-ri/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml
index 273cb2e72f..9072a52011 100644
--- a/cps-ri/pom.xml
+++ b/cps-ri/pom.xml
@@ -96,6 +96,10 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ </dependency>
<!-- T E S T D E P E N D E N C I E S -->
<dependency>
<groupId>org.codehaus.groovy</groupId>
@@ -140,6 +144,7 @@
</dependency>
</dependencies>
+
<build>
<plugins>
<plugin>