GUACAMOLE-736: Explicitly pull in javax.xml.bind depdendency for modules that require it.

This commit is contained in:
Virtually Nick
2019-02-17 17:54:22 -05:00
parent 5b56e98703
commit d907767d52
4 changed files with 28 additions and 0 deletions

View File

@@ -98,6 +98,13 @@
<scope>provided</scope>
</dependency>
<!-- Java XML -->
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.0</version>
</dependency>
<!-- Guacamole Extension API -->
<dependency>
<groupId>org.apache.guacamole</groupId>