Skip to content

Commit

Permalink
Exclude some more JTA API variations
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed Feb 14, 2022
1 parent b50232c commit 2d25d34
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions extensions/narayana-jta/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,15 @@
<provides>io.quarkus.transactions</provides>
</capabilities>
<excludedArtifacts>
<!-- Reference JTA API du jour is jakarta.transaction:jakarta.transaction-api: all other variants need to be exiled -->
<excludedArtifact>org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec</excludedArtifact>
<excludedArtifact>org.jboss.spec.javax.transaction:jboss-transaction-api_1.3_spec</excludedArtifact>
<excludedArtifact>javax.transaction:jta</excludedArtifact>
<excludedArtifact>javax.transaction:javax.transaction-api</excludedArtifact>
<excludedArtifact>org.apache.geronimo.specs:geronimo-jta_1.0.1B_spec</excludedArtifact>
<excludedArtifact>org.apache.geronimo.specs:geronimo-jta_1.1_spec</excludedArtifact>
<excludedArtifact>org.apache.geronimo.specs:geronimo-jta_1.2_spec</excludedArtifact>
<excludedArtifact>org.glassfish.main.transaction:javax.transaction</excludedArtifact>
</excludedArtifacts>
</configuration>
</plugin>
Expand Down

0 comments on commit 2d25d34

Please sign in to comment.