Skip to content

Commit

Permalink
remove uncessary javax library (#200)
Browse files Browse the repository at this point in the history
Co-authored-by: Jad El-khoury <jad.elkhoury@lynxwork.com>
  • Loading branch information
jadelkhoury and Jad-el-khoury authored Apr 8, 2024
1 parent 5ef3797 commit 1d47ac8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 20 deletions.
5 changes: 0 additions & 5 deletions src/server-am/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,6 @@
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
5 changes: 0 additions & 5 deletions src/server-cm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,6 @@
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
5 changes: 0 additions & 5 deletions src/server-qm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,6 @@
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
5 changes: 0 additions & 5 deletions src/server-rm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,6 @@
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 1d47ac8

Please sign in to comment.