Skip to content

Commit

Permalink
[Fix apache#3723] Add resteasy-multipart-provider (apache#3743)
Browse files Browse the repository at this point in the history
Co-authored-by: Matheus Cruz <[email protected]>
  • Loading branch information
2 people authored and rgdoliveira committed Nov 7, 2024
1 parent a2e5623 commit db23327
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,22 +59,22 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-client</artifactId>
</dependency>

<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-client-jackson</artifactId>
</dependency>

<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-openapi</artifactId>
</dependency>

<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-grpc</artifactId>
</dependency>

<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-multipart-provider</artifactId>
</dependency>
<!-- Support CloudEvents OotB -->
<dependency>
<groupId>org.kie</groupId>
Expand Down

0 comments on commit db23327

Please sign in to comment.