mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-736: Add java.xml.bind dependency for RADIUS module.
This commit is contained in:
@@ -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>
|
||||||
|
@@ -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)
|
||||||
------------------------------------------
|
------------------------------------------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user