Skip to content

Commit

Permalink
[pom] Sort ejb and remove comment that doesn't apply
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Nov 4, 2023
1 parent 26f7392 commit c29312d
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@
<version>${guice.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.ejb</groupId>
<artifactId>jakarta.ejb-api</artifactId>
<version>${ejb-api.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
Expand All @@ -144,17 +150,6 @@
<scope>provided</scope>
</dependency>

<!--
| https://github.com/brettwooldridge/HikariCP
| Java 8 thru 11 maven artifact:
-->
<dependency>
<groupId>jakarta.ejb</groupId>
<artifactId>jakarta.ejb-api</artifactId>
<version>${ejb-api.version}</version>
<scope>provided</scope>
</dependency>

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

0 comments on commit c29312d

Please sign in to comment.