From e648ebef0a05a4465d154fb9492af9050f976ef7 Mon Sep 17 00:00:00 2001 From: Tristan Radisson Date: Wed, 30 Aug 2023 13:42:59 +0200 Subject: [PATCH] Quarkus 3: Fix patches (#1776) --- .../patches/0005_spring_boot_openapi.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .ci/environments/quarkus-3/patches/0005_spring_boot_openapi.patch diff --git a/.ci/environments/quarkus-3/patches/0005_spring_boot_openapi.patch b/.ci/environments/quarkus-3/patches/0005_spring_boot_openapi.patch new file mode 100644 index 0000000000..4a81e2595e --- /dev/null +++ b/.ci/environments/quarkus-3/patches/0005_spring_boot_openapi.patch @@ -0,0 +1,13 @@ +diff --git a/kogito-springboot-examples/process-performance-springboot/pom.xml b/kogito-springboot-examples/process-performance-springboot/pom.xml +index 56d501c11..756ce3f11 100755 +--- a/kogito-springboot-examples/process-performance-springboot/pom.xml ++++ b/kogito-springboot-examples/process-performance-springboot/pom.xml +@@ -61,7 +61,7 @@ + + + org.springdoc +- springdoc-openapi-ui ++ springdoc-openapi-starter-webmvc-ui + + + org.springframework.boot