Skip to content

Commit

Permalink
fix(pom): fixed the java version in kc module pom.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Smruti Prakash Sahoo <[email protected]>
  • Loading branch information
smrutis1 authored and heliocastro committed Oct 23, 2024
1 parent 48e0f6c commit 5bdef6d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 deletions.
3 changes: 0 additions & 3 deletions keycloak/event-listeners/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
</parent>

<properties>
<version.compiler.maven.plugin>3.5.1</version.compiler.maven.plugin>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<keycloak.provider.version>25.0.4</keycloak.provider.version>
<artifact.deploy.dir>${listener.deploy.dir}</artifact.deploy.dir>
</properties>
Expand Down
2 changes: 0 additions & 2 deletions keycloak/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version>
<configuration>
<source>17</source>
<target>17</target>
<annotationProcessorPaths>
<path>
<groupId>org.projectlombok</groupId>
Expand Down
8 changes: 0 additions & 8 deletions keycloak/user-storage-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@
</parent>

<properties>
<version.compiler.maven.plugin>3.5.1</version.compiler.maven.plugin>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<version.hibernate.javax.persistence>1.0.0.Final</version.hibernate.javax.persistence>
<arquillian-graphene.version>2.5.4</arquillian-graphene.version>
<version.jee.jaxb.api>2.3.1</version.jee.jaxb.api>
<version.keycloak>25.0.4</version.keycloak>
<spring.security.crypto>6.3.3</spring.security.crypto>
<artifact.deploy.dir>${listener.deploy.dir}</artifact.deploy.dir>
</properties>

Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@
<thrift.version>0.20.0</thrift.version>
<tika.version>1.28.5</tika.version>
<wiremock.version>2.26.0</wiremock.version>
<version.hibernate.javax.persistence>1.0.0.Final</version.hibernate.javax.persistence>
<arquillian-graphene.version>2.5.4</arquillian-graphene.version>
<version.jee.jaxb.api>2.3.1</version.jee.jaxb.api>
<version.keycloak>25.0.4</version.keycloak>
<spring.security.crypto>6.3.3</spring.security.crypto>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 5bdef6d

Please sign in to comment.