mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-08 14:32:05 -03:30
Place EdECUtilsImpl.java in the normal source folder
Closes #42716 Signed-off-by: rmartinc <rmartinc@redhat.com>
This commit is contained in:
parent
45fa5edbbb
commit
6ae2c4ae30
16
core/pom.xml
16
core/pom.xml
@ -93,10 +93,11 @@
|
||||
<goal>compile</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<includes>
|
||||
<include>org/keycloak/jose/jwk/EdECUtilsImpl.java</include>
|
||||
</includes>
|
||||
<excludes combine.self="override" />
|
||||
<release>15</release>
|
||||
<compileSourceRoots>
|
||||
<compileSourceRoot>${project.basedir}/src/main/java15</compileSourceRoot>
|
||||
</compileSourceRoots>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
@ -124,6 +125,15 @@
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<excludes>
|
||||
<exclude>org/keycloak/jose/jwk/EdECUtilsImpl.java</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user