summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSmokowski, Steve (ss835w) <ss835w@us.att.com>2020-02-24 11:54:21 -0500
committerSmokowski, Steve (ss835w) <ss835w@us.att.com>2020-02-24 11:54:21 -0500
commit4667e90557eb0216af7c11bc9c1a3faf487d96bb (patch)
tree3daa9f9fe805b778ff0d71c5cc4d4fef795f1870 /pom.xml
parent1389746c1a81aca1b82a5e1e43d25a2d6e8c9229 (diff)
Update Nova Client to support Hypervisor endpoint
Issue-ID: SO-2677 Change-Id: I44b872c6bf1a33a10cf0f5b2ad17a101289288f5 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com> Change-Id: I03364df162e2888fe85dba118948bebdf6fb9ea4
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 8ca6378..b194098 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,6 +174,16 @@
<artifactId>jackson-databind</artifactId>
<version>2.9.8</version>
</dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-core</artifactId>
+ <version>2.9.8</version>
+ </dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-annotations</artifactId>
+ <version>2.9.8</version>
+ </dependency>
</dependencies>
<reporting>
<plugins>