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