Skip to content

Commit

Permalink
Override HK2 dependency versions with versions used in Jersey
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Supol <[email protected]>
  • Loading branch information
jansupol committed Nov 20, 2019
1 parent b86c80e commit eefa1e7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions inject/hk2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,22 @@
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>hk2-locator</artifactId>
<exclusions>
<exclusion>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>${javassist.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit eefa1e7

Please sign in to comment.