Skip to content

Commit

Permalink
JIRA extension : update the Rest Client
Browse files Browse the repository at this point in the history
fixes #6811
  • Loading branch information
zbendhiba authored and jamesnetherton committed Nov 20, 2024
1 parent 636d6f0 commit d2e4203
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion extensions/jira/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-client-deployment</artifactId>
<artifactId>quarkus-rest-deployment</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.transformer</groupId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/jira/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-client</artifactId>
<artifactId>quarkus-rest</artifactId>
</dependency>
</dependencies>

Expand Down
6 changes: 1 addition & 5 deletions integration-tests/jira/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-jsonb</artifactId>
<artifactId>quarkus-rest-client-jackson</artifactId>
</dependency>

<!-- test dependencies -->
Expand Down

0 comments on commit d2e4203

Please sign in to comment.