GUACAMOLE-1218: Declare availability of JAXB APIs at guacamole-ext level (they are provided by the webapp).

This commit is contained in:
Michael Jumper
2020-12-20 19:28:25 -08:00
parent ed099c7a05
commit 367f60f5d9

View File

@@ -151,6 +151,14 @@
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- JAXB -->
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.2.2</version>
<scope>provided</scope>
</dependency>
<!-- Guacamole Java API --> <!-- Guacamole Java API -->
<dependency> <dependency>
<groupId>org.apache.guacamole</groupId> <groupId>org.apache.guacamole</groupId>