Update the RESTEasy Reactive TCK

The new version doesn't contain the `@ManagedBean` annotation,
which was removed in Jakarta Annotations 3.0.
This commit is contained in:
Ladislav Thon 2024-04-26 09:56:53 +02:00
parent 3927cbdc7f
commit 944008f5aa
No known key found for this signature in database
GPG Key ID: 59729E6BF5637839
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
<properties>
<!-- to avoid sudden surprises, checkout is pinned to a specific commit -->
<resteasy-reactive-testsuite.repo.ref>19db165d4555cb752519b922182b6eeccefe5e33</resteasy-reactive-testsuite.repo.ref>
<resteasy-reactive-testsuite.repo.ref>c8b7402a9fdd6aa4e267a6e9e12d936b246e2a75</resteasy-reactive-testsuite.repo.ref>
<exec.skip>${skipTests}</exec.skip>
<resteasy-reactive-testsuite.clone.skip>${exec.skip}</resteasy-reactive-testsuite.clone.skip>