Exclude commons-io to disable build warnings

This commit is contained in:
Stephan Schnabel 2023-03-03 00:18:22 +01:00
parent 731ee84845
commit c99bad79d2
Signed by: stephan.schnabel
GPG key ID: E07AF5BA239FE543

View file

@ -123,6 +123,12 @@
<groupId>org.keycloak</groupId> <groupId>org.keycloak</groupId>
<artifactId>keycloak-quarkus-server</artifactId> <artifactId>keycloak-quarkus-server</artifactId>
<scope>provided</scope> <scope>provided</scope>
<exclusions>
<exclusion><!-- references ancient `commons-io` -->
<groupId>com.openshift</groupId>
<artifactId>openshift-restclient-java</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.keycloak</groupId> <groupId>org.keycloak</groupId>