From d811e44c39fc82c3fcdcc0d83ef7635f1bce7d9f Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Fri, 13 Apr 2018 23:06:03 -0700 Subject: [PATCH] Add jaxb-api as a dependency This allows Java 9 to run S3Proxy. Java 9 removed javax.xml which previous Java versions included so adding the explicit dependency allows both versions to work. References #270. References #280. --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 6cad446..99fe82f 100644 --- a/pom.xml +++ b/pom.xml @@ -340,6 +340,11 @@ logback-classic 1.2.3 + + javax.xml.bind + jaxb-api + 2.3.0 + junit junit