This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new add4eb7ca4 Allow WA tests with JDK 23 until next CAS release
add4eb7ca4 is described below

commit add4eb7ca40bc31c26b7e32b7a24e616769d932d
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Jul 19 12:03:47 2024 +0200

    Allow WA tests with JDK 23 until next CAS release
---
 pom.xml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/pom.xml b/pom.xml
index 58bea1ae70..988c094e6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>

Reply via email to