Skip to content

Commit

Permalink
Exclude resteasy-client from lra-proxy-api in narayana-lra extension
Browse files Browse the repository at this point in the history
  • Loading branch information
xstefank committed Oct 30, 2023
1 parent 8459534 commit 2dcb510
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 2dcb510

Please sign in to comment.