GUACAMOLE-736: Merge explicit java.xml.bind dependency for RADIUS.

This commit is contained in:
Mike Jumper
2019-02-19 19:22:47 -08:00
committed by GitHub
2 changed files with 16 additions and 0 deletions

View File

@@ -210,6 +210,13 @@
<scope>provided</scope>
</dependency>
<!-- Java XML -->
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
</dependency>
<!-- JRadius Core Library -->
<dependency>
<groupId>net.jradius</groupId>

View File

@@ -238,6 +238,15 @@ Google Guice (https://github.com/google/guice)
Apache v2.0 (bundled/guice-3.0/COPYING)
JAXB API / XML Processing (https://projects.eclipse.org/projects/ee4j.jaxb)
---------------------------------------------------------------------------
Version: 2.3.1
From: 'Oracle' (http://www.oracle.com)
License(s):
CDDL 1.1 (bundled/jaxb-api-2.3.1/license.txt)
JRadius (https://github.com/coova/jradius)
------------------------------------------