Skip to content

Commit

Permalink
Allow WA tests with JDK 23 until next CAS release
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Jul 19, 2024
1 parent 6dbd6a5 commit add4eb7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2288,6 +2288,26 @@ under the License.
</plugins>
</build>
</profile>

<!-- TMP until CAS 7.1.0-RC6 -->
<profile>
<id>jdk23-plus</id>

<activation>
<jdk>[23,)</jdk>
</activation>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>4.2.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>
</profile>
</profiles>

<modules>
Expand Down

0 comments on commit add4eb7

Please sign in to comment.