Skip to content

Commit

Permalink
Merge pull request #36950 from marcosgopen/issue-36882
Browse files Browse the repository at this point in the history
Remove jakarta.ejb-api from narayana-jta extension
  • Loading branch information
gsmet committed Nov 13, 2023
2 parents d61be87 + 9bae9a7 commit 0ad73c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extensions/narayana-jta/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.lang-model</artifactId>
</exclusion>
<exclusion>
<groupId>jakarta.ejb</groupId>
<artifactId>jakarta.ejb-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 0ad73c9

Please sign in to comment.