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.
pull/272/head
Andrew Gaul 2018-04-13 23:06:03 -07:00
rodzic 92db458cf2
commit d811e44c39
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -340,6 +340,11 @@
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>