Skip to content

Commit

Permalink
[pom] Remove jakarta transaction api as no longer needed for javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Nov 4, 2023
1 parent 2b03538 commit aec2402
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,16 +88,6 @@
<scope>compile</scope>
</dependency>

<!--
| trick to fix javadoc generation
-->
<dependency>
<groupId>jakarta.transaction</groupId>
<artifactId>jakarta.transaction-api</artifactId>
<version>1.3.3</version>
<scope>provided</scope>
</dependency>

<!--
| test dependencies
-->
Expand Down

0 comments on commit aec2402

Please sign in to comment.