From a7a8f9822082e533096e5bdecc531cbaea0f3931 Mon Sep 17 00:00:00 2001 From: Michal Cmarada Date: Wed, 10 Apr 2019 17:43:54 +0200 Subject: HONEYCOMB-448: JAVA 11 support - updated dependencies - compilation error fixes Change-Id: Iad9d353d06c113a0da892ff11a442e4b41edae0d Signed-off-by: Michal Cmarada --- common/yang-whitelist/yang-whitelist-impl/pom.xml | 28 +++++++++++++++++------ 1 file changed, 21 insertions(+), 7 deletions(-) (limited to 'common/yang-whitelist/yang-whitelist-impl/pom.xml') diff --git a/common/yang-whitelist/yang-whitelist-impl/pom.xml b/common/yang-whitelist/yang-whitelist-impl/pom.xml index e0af117bb..da00dda70 100644 --- a/common/yang-whitelist/yang-whitelist-impl/pom.xml +++ b/common/yang-whitelist/yang-whitelist-impl/pom.xml @@ -34,7 +34,7 @@ ${project.artifactId} - 2.2.11 + 2.3.2 1.7.25 @@ -49,6 +49,26 @@ jaxb-runtime ${jaxb-runtime.version} + + javax.annotation + javax.annotation-api + 1.3.2 + + + javax.xml.bind + jaxb-api + 2.4.0-b180725.0427 + + + com.sun.xml.bind + jaxb-impl + 2.4.0-b180830.0438 + + + com.sun.xml.bind + jaxb-core + 2.3.0.1 + com.google.code.findbugs jsr305 @@ -70,12 +90,6 @@ guava test - - org.hamcrest - hamcrest-core - 1.3 - test - org.slf4j slf4j-simple -- cgit 1.2.3-korg