Skip to content

Commit

Permalink
Fix broken resteasy-multipart
Browse files Browse the repository at this point in the history
This depends on resteasy-jackson-deployment, which
breaks if the runtime is not present.
  • Loading branch information
stuartwdouglas authored and gsmet committed Jan 21, 2021
1 parent b576356 commit 948d381
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions extensions/resteasy-multipart/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-deployment</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-jackson-deployment</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-multipart</artifactId>
Expand All @@ -35,6 +31,11 @@
<artifactId>rest-assured</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-jackson-deployment</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 948d381

Please sign in to comment.