From ae6dd3e07bea17a6e4664a01f142afa8003debbe Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Tue, 18 Sep 2018 14:06:51 -0400 Subject: Upgrade to openstack libs version 1.3.0 Version 1.3.0 uses fasterxml.jackson. Note: several unit tests were wrong and had to be fixed. They were using a fasterxml ObjectMapper to deserialize openstack library class objects compiled with codehaus JsonProperty annotations. Consequently, the ObjectMapper could not "see" the annotations. The tests "worked" because the json was constructed wrongly to match. I have now fixed the json so that they have the true property names defined by the annotations. Change-Id: I088137ee5dd5af9cffd426610a50ae6408c5b190 Issue-ID: SO-1025 Signed-off-by: Rob Daugherty --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 078f9b3adc..f6fc55aa6c 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ **/* 0.7.5.201505241946 - 1.2.2 + 1.3.0 yyyyMMdd'T'HHmm 1.5.13.RELEASE original -- cgit 1.2.3-korg