Skip to content

Commit

Permalink
Merge pull request quarkusio#36776 from xstefank/exclude-resteasy-cli…
Browse files Browse the repository at this point in the history
…ent-in-lra

Exclude resteasy-client from lra-proxy-api in narayana-lra extension
  • Loading branch information
geoand authored Oct 30, 2023
2 parents 3d0df1d + 2dcb510 commit 5361f82
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions extensions/narayana-lra/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
<dependency>
<groupId>org.jboss.narayana.rts</groupId>
<artifactId>lra-proxy-api</artifactId>
<exclusions>
<exclusion>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-client</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jboss.narayana.rts</groupId>
Expand Down

0 comments on commit 5361f82

Please sign in to comment.