Remove duplicate references on the main pom.xml for SnakeYAML

Backport of https://github.com/keycloak/keycloak/pull/16805
This commit is contained in:
Bruno Oliveira da Silva 2023-02-06 10:14:11 -03:00
parent e19999cf91
commit 1112bee7f4

View File

@ -296,11 +296,6 @@
<artifactId>xstream</artifactId>
<version>${xstream.version}</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.33</version>
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-dependencies-admin-ui-wrapper</artifactId>