Skip to content

Commit

Permalink
Update the RESTEasy Reactive TCK
Browse files Browse the repository at this point in the history
The new version doesn't contain the `@ManagedBean` annotation,
which was removed in Jakarta Annotations 3.0.
  • Loading branch information
Ladicek committed Apr 26, 2024
1 parent 3927cbd commit 944008f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcks/resteasy-reactive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 944008f

Please sign in to comment.