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

rzo1 pushed a commit to branch ee11
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/ee11 by this push:
     new accbe91cac add legacy bind api for openapi tck needed by rest assured
accbe91cac is described below

commit accbe91cac55e5425cbae5c5ecbd873649dad8b1
Author: Richard Zowalla <[email protected]>
AuthorDate: Sat Nov 15 21:14:15 2025 +0100

    add legacy bind api for openapi tck needed by rest assured
---
 tck/microprofile-tck/openapi/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/tck/microprofile-tck/openapi/pom.xml 
b/tck/microprofile-tck/openapi/pom.xml
index 34461dc14b..8197b61c20 100644
--- a/tck/microprofile-tck/openapi/pom.xml
+++ b/tck/microprofile-tck/openapi/pom.xml
@@ -134,6 +134,14 @@
       </exclusions>
     </dependency>
 
+      <!-- This is a legacy dependendency needed by rest assured from the TCK 
-->
+      <dependency>
+          <groupId>jakarta.xml.bind</groupId>
+          <artifactId>jakarta.xml.bind-api</artifactId>
+          <version>2.3.2</version>
+          <scope>test</scope>
+      </dependency>
+
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>apache-tomee</artifactId>

Reply via email to