Remove duplicate references on the main pom.xml for SnakeYAML
Resolves #16784
This commit is contained in:
parent
e3c41ec3a0
commit
c585051164
1 changed files with 1 additions and 6 deletions
7
pom.xml
7
pom.xml
|
@ -299,7 +299,7 @@
|
|||
<dependency>
|
||||
<groupId>org.yaml</groupId>
|
||||
<artifactId>snakeyaml</artifactId>
|
||||
<version>1.33</version>
|
||||
<version>${org.yaml.snakeyaml.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.keycloak</groupId>
|
||||
|
@ -317,11 +317,6 @@
|
|||
<artifactId>logging-interceptor</artifactId>
|
||||
<version>${okhttp.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.yaml</groupId>
|
||||
<artifactId>snakeyaml</artifactId>
|
||||
<version>${org.yaml.snakeyaml.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss</groupId>
|
||||
<artifactId>jboss-dmr</artifactId>
|
||||
|
|
Loading…
Reference in a new issue