Skip to content

Commit

Permalink
Quarkus 3: Fix patches (#1776)
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste authored Aug 30, 2023
1 parent 50dbd7b commit e648ebe
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .ci/environments/quarkus-3/patches/0005_spring_boot_openapi.patch
Original file line number Diff line number Diff line change
@@ -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 @@
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
- <artifactId>springdoc-openapi-ui</artifactId>
+ <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>

0 comments on commit e648ebe

Please sign in to comment.