Skip to content

Commit

Permalink
Merge pull request #25970 from xstefank/issue-25330
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jun 8, 2022
2 parents 5a84e29 + 8c9adb8 commit 1212424
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 @@ -51,6 +51,12 @@
<plugin>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-extension-maven-plugin</artifactId>
<configuration>
<removedResources>
<org.jboss.narayana.rts:narayana-lra>META-INF/services/javax.ws.rs.client.ClientBuilder</org.jboss.narayana.rts:narayana-lra>
<org.jboss.narayana.rts:lra-client>META-INF/services/javax.ws.rs.client.ClientBuilder</org.jboss.narayana.rts:lra-client>
</removedResources>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down

0 comments on commit 1212424

Please sign in to comment.