From 0f8e77d9ae21a0738c7c66b9522b5f7dce785015 Mon Sep 17 00:00:00 2001 From: Ittay Stern Date: Mon, 24 Feb 2020 13:55:38 +0200 Subject: Maven import jakarta XML Binding Fills-up missing libs in JDK-11 Issue-ID: VID-498 Change-Id: Iac2da61527b28675c65b05fcef57c0feff0f090a Signed-off-by: Ittay Stern --- vid-app-common/pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'vid-app-common') diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index 94d07dbeb..88c07d7e2 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -33,6 +33,7 @@ org.springframework.orm.hibernate4.HibernateTransactionManager so following orm.version lets epsdk-core find it --> 4.3.11.Final + 2.3.2 2.10.1 2.10.1 1.6.1 @@ -896,9 +897,9 @@ test - javax.xml.bind - jaxb-api - 2.3.1 + jakarta.xml.bind + jakarta.xml.bind-api + ${jaxb.version} -- cgit 1.2.3-korg