Skip to content

Commit

Permalink
Exclude jersey from jira extension and use the quarkus-rest-client
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed May 26, 2021
1 parent e4d459b commit 3f22521
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 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-common-deployment</artifactId>
<artifactId>quarkus-rest-client-deployment</artifactId>
</dependency>
</dependencies>

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 @@ -95,7 +95,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-common</artifactId>
<artifactId>quarkus-rest-client</artifactId>
</dependency>
</dependencies>

Expand Down
8 changes: 6 additions & 2 deletions poms/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1219,13 +1219,17 @@
<artifactId>jsr305</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient-cache</artifactId>
<groupId>com.sun.jersey</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient-cache</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 3f22521

Please sign in to comment.