GUACAMOLE-1855: Implement property for tracking list of IP Addresses.

This commit is contained in:
Virtually Nick
2023-09-26 17:15:38 -04:00
parent 6493a2313b
commit 8d1a9fdf42
3 changed files with 121 additions and 0 deletions

View File

@@ -78,6 +78,7 @@
<groupId>com.github.seancfoley</groupId>
<artifactId>ipaddress</artifactId>
<version>5.5.0</version>
<scope>provided</scope>
</dependency>
<!-- JUnit -->