From 9e0f15c0374bfed224a03fb91a424b68a0a3df50 Mon Sep 17 00:00:00 2001 From: Martin Stockhammer Date: Wed, 13 Feb 2019 07:48:32 +0100 Subject: [PATCH] Adding profile for JDK11 --- pom.xml | 5 +++++ .../redback-rest/redback-rest-api/pom.xml | 22 +++++++++++++++++++ .../redback-rest-services/pom.xml | 21 ++++++++++++++++++ 3 files changed, 48 insertions(+) diff --git a/pom.xml b/pom.xml index 68ec204a..de7b2889 100644 --- a/pom.xml +++ b/pom.xml @@ -404,6 +404,11 @@ commons-lang 2.6 + + org.apache.commons + commons-lang3 + 3.5 + commons-digester commons-digester diff --git a/redback-integrations/redback-rest/redback-rest-api/pom.xml b/redback-integrations/redback-rest/redback-rest-api/pom.xml index 281793c5..2d58167f 100644 --- a/redback-integrations/redback-rest/redback-rest-api/pom.xml +++ b/redback-integrations/redback-rest/redback-rest-api/pom.xml @@ -59,4 +59,26 @@ + + + + jdk9+ + + [1.9,) + + + + javax.xml.bind + jaxb-api + 2.3.0 + provided + + + + + diff --git a/redback-integrations/redback-rest/redback-rest-services/pom.xml b/redback-integrations/redback-rest/redback-rest-services/pom.xml index 29b76882..4baa6b8c 100644 --- a/redback-integrations/redback-rest/redback-rest-services/pom.xml +++ b/redback-integrations/redback-rest/redback-rest-services/pom.xml @@ -274,4 +274,25 @@ + + + + jdk9+ + + [1.9,) + + + + javax.xml.bind + jaxb-api + 2.3.0 + provided + + + +