This is an automated email from the ASF dual-hosted git repository.

mjumper pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git


The following commit(s) were added to refs/heads/master by this push:
     new 788036f  GUACAMOLE-736: Add java.xml.bind dependency for RADIUS module.
     new 87aa2e6  GUACAMOLE-736: Merge explicit java.xml.bind dependency for 
RADIUS.
788036f is described below

commit 788036f66cd6b8159de509f7c2180a9d80380d81
Author: Virtually Nick <vn...@apache.org>
AuthorDate: Tue Feb 19 21:46:53 2019 -0500

    GUACAMOLE-736: Add java.xml.bind dependency for RADIUS module.
---
 extensions/guacamole-auth-radius/pom.xml              | 7 +++++++
 extensions/guacamole-auth-radius/src/licenses/LICENSE | 9 +++++++++
 2 files changed, 16 insertions(+)

diff --git a/extensions/guacamole-auth-radius/pom.xml 
b/extensions/guacamole-auth-radius/pom.xml
index 73c332a..eaaedd6 100644
--- a/extensions/guacamole-auth-radius/pom.xml
+++ b/extensions/guacamole-auth-radius/pom.xml
@@ -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>
diff --git a/extensions/guacamole-auth-radius/src/licenses/LICENSE 
b/extensions/guacamole-auth-radius/src/licenses/LICENSE
index 7ad231d..e7982a2 100644
--- a/extensions/guacamole-auth-radius/src/licenses/LICENSE
+++ b/extensions/guacamole-auth-radius/src/licenses/LICENSE
@@ -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)
 ------------------------------------------
 

Reply via email to