Skip to content

Commit

Permalink
Merge pull request #243 from fpapon/SHIRO-761
Browse files Browse the repository at this point in the history
[SHIRO-761] Bad OSGi import for javax.annotation in shiro-guice
  • Loading branch information
fpapon authored Jul 4, 2020
2 parents 2e29785 + b8cd45c commit 76d22f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions support/guice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
<artifactId>shiro-web</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
Expand All @@ -53,10 +57,6 @@
<groupId>com.google.inject.extensions</groupId>
<artifactId>guice-multibindings</artifactId>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
</dependency>
<dependency>
<groupId>com.google.inject.extensions</groupId>
<artifactId>guice-servlet</artifactId>
Expand Down

0 comments on commit 76d22f8

Please sign in to comment.