From 573077a9ac3c03ce0af7604ad4837655f2e1bd09 Mon Sep 17 00:00:00 2001 From: David James McCorrie Date: Sat, 1 Jun 2019 13:48:42 +0100 Subject: [PATCH] added JAXB maven deps to allow build from source on ubuntu --- pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pom.xml b/pom.xml index d3706b6..e487c74 100644 --- a/pom.xml +++ b/pom.xml @@ -235,5 +235,21 @@ opencsv 3.7 + + + javax.xml.bind + jaxb-api + 2.3.0 + + + com.sun.xml.bind + jaxb-core + 2.3.0 + + + com.sun.xml.bind + jaxb-impl + 2.3.0 +