Skip to content

Commit

Permalink
remove uncessary javax library (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jad-el-khoury committed Apr 8, 2024
1 parent 2586ff2 commit 0cc0942
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,6 @@ endif)
adding the "provided" scope avoids these warnings.-->
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.glassfish.hk2.external</groupId>
<artifactId>jakarta.inject</artifactId>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-server</artifactId>
Expand Down

0 comments on commit 0cc0942

Please sign in to comment.