diff options
author | Niamh Core <niamh.core@est.tech> | 2021-09-03 15:37:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-09-03 15:37:52 +0000 |
commit | 1ce718a31547f9345286154170f230b9e89e5ee3 (patch) | |
tree | d5c2920d8c5a54b898874916cb996e37d14de1db /cps-ri/pom.xml | |
parent | cd048075b11eef88501619da0068d5eb6dd330f7 (diff) | |
parent | 008abaee59bb542d5a60e89fa7f4231cecf7bdf5 (diff) |
Merge "Ensure Leaf value retains Integer type"
Diffstat (limited to 'cps-ri/pom.xml')
-rw-r--r-- | cps-ri/pom.xml | 5 |
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>
|