Skip to content

Commit

Permalink
Use guice without aop
Browse files Browse the repository at this point in the history
version with aop not working on java >= 16
  • Loading branch information
slawekjaranowski authored and slachiewicz committed Aug 22, 2021
1 parent 3d9db66 commit 749cfc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<classifier>no_aop</classifier>
<version>4.2.3</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 749cfc8

Please sign in to comment.