GUACAMOLE-736: Add java.xml.bind dependency for RADIUS module.

This commit is contained in:
Virtually Nick
2019-02-19 21:46:53 -05:00
parent bafea36484
commit 788036f66c
2 changed files with 16 additions and 0 deletions

View File

@@ -210,6 +210,13 @@
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- Java XML -->
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
</dependency>
<!-- JRadius Core Library --> <!-- JRadius Core Library -->
<dependency> <dependency>
<groupId>net.jradius</groupId> <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) 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) JRadius (https://github.com/coova/jradius)
------------------------------------------ ------------------------------------------