Skip to content

Commit

Permalink
Correct jersey dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Jan 29, 2024
1 parent ef8419a commit 363d62e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gateway-ha/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,11 @@
<version>${dep.ehcache.version}</version>
</dependency>

<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-server</artifactId>
</dependency>

<!--db -->
<dependency>
<groupId>org.javalite</groupId>
Expand Down

0 comments on commit 363d62e

Please sign in to comment.