Implements group fetching from Wallix.

This commit is contained in:
2025-11-04 14:12:00 +01:00
parent 90e7c81594
commit a39dad49e9
4 changed files with 61 additions and 14 deletions

View File

@@ -42,6 +42,13 @@
<version>1.7.7</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.17.0</version> <!-- Use the latest stable version -->
<scope>provided</scope>
</dependency>
</dependencies>
</project>