Skip to content

Commit

Permalink
Upgrade quarkus to 3.8 stream (#4720)
Browse files Browse the repository at this point in the history
* Upgrade quarkus to 3.8 stream

* Fix okhttp version
  • Loading branch information
carlesarnal authored May 31, 2024
1 parent 7bd0e3d commit e5ea8f7
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 238 deletions.
199 changes: 0 additions & 199 deletions app/script.sql

This file was deleted.

14 changes: 14 additions & 0 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,20 @@
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-client</artifactId>
<exclusions>
<exclusion>
<artifactId>kubernetes-httpclient-okhttp</artifactId>
<groupId>io.fabric8</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-httpclient-vertx</artifactId>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-uri-template</artifactId>
</dependency>
<dependency>
<groupId>io.fabric8</groupId>
Expand Down
Loading

0 comments on commit e5ea8f7

Please sign in to comment.