Exclude commons-io
to disable build warnings
This commit is contained in:
parent
731ee84845
commit
c99bad79d2
1 changed files with 6 additions and 0 deletions
6
pom.xml
6
pom.xml
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue