Skip to content

Commit

Permalink
Fikser manglende hk2. (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsladek authored Apr 19, 2021
1 parent 3ae21be commit c980baa
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions felles/abac/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,16 @@
<groupId>no.nav.foreldrepenger.felles.integrasjon</groupId>
<artifactId>felles-integrasjon-rest-klient</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.inject</groupId>
<artifactId>jersey-hk2</artifactId>
<version>2.33</version>
<exclusions>
<exclusion>
<groupId>org.glassfish.hk2.external</groupId>
<artifactId>jakarta.inject</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>

0 comments on commit c980baa

Please sign in to comment.