Skip to content

Commit

Permalink
pointing also the dependencies to nightly/snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
dasniko committed Jun 10, 2024
1 parent 727f526 commit cebf232
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,19 @@
</repository>
</distributionManagement>

<repositories>
<repository>
<id>jboss-snapshots</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

<properties>
<junit-jupiter.version>5.10.2</junit-jupiter.version>
<keycloak.version>25.0.0</keycloak.version>
<keycloak.version>999.0.0-SNAPSHOT</keycloak.version>
<logback.version>1.5.2</logback.version>
<maven.compiler.release>17</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit cebf232

Please sign in to comment.