Skip to content

Commit

Permalink
[fix] declare dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
marmoure committed Nov 20, 2023
1 parent 0844cc0 commit bb0023d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@
<version>1.3.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId> org.jetbrains</groupId>
<artifactId>annotations-java5</artifactId>
<version>15.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-jaxb</artifactId>
Expand Down

0 comments on commit bb0023d

Please sign in to comment.