aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2017-11-05 20:46:52 +0100
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2017-11-05 20:46:52 +0100
commit81305e6875977b25afd6320c6870c41fb65e040a (patch)
tree6d3aceae500db6d27b9a29e2caf353921a2e701a /pom.xml
parentda4caf492050e17c1aaa8915064659a16e060d8d (diff)
Fix DCAE connection issue
Code has been added to support http/https protocols for DCAE Change-Id: Ib1259310b801a19cacd08c22292509156624ac9b Issue-ID: CLAMP-65 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 85d3223c..b85d18a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -468,6 +468,11 @@
</exclusions>
</dependency>
<dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ <version>2.6.3</version>
+ </dependency>
+ <dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>2.6.3</version>