You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2022/09/15 09:40:13 UTC

[tomee] branch tomee-8.x updated: TOMEE-4044 - Snakeyaml 1.32 (required by the openapi tck)

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

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


The following commit(s) were added to refs/heads/tomee-8.x by this push:
     new a14c737479 TOMEE-4044 - Snakeyaml 1.32 (required by the openapi tck)
a14c737479 is described below

commit a14c737479e0c0dab11d1d1b21b8130f9c14dce1
Author: Richard Zowalla <ri...@hs-heilbronn.de>
AuthorDate: Thu Sep 15 11:39:52 2022 +0200

    TOMEE-4044 - Snakeyaml 1.32 (required by the openapi tck)
---
 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 0020659fd5..9cb94f966d 100644
--- a/tck/microprofile-tck/openapi/pom.xml
+++ b/tck/microprofile-tck/openapi/pom.xml
@@ -129,6 +129,14 @@
       <scope>test</scope>
     </dependency>
 
+    <dependency>
+      <!-- required by the MP TCK -->
+      <groupId>org.yaml</groupId>
+      <artifactId>snakeyaml</artifactId>
+      <version>${snakeyaml.version}</version>
+      <scope>test</scope>
+    </dependency>
+
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>arquillian-tomee-remote</artifactId>