Skip to content

Commit

Permalink
fix SHIRO-881
Browse files Browse the repository at this point in the history
  • Loading branch information
huguobiao authored and fpapon committed Jun 23, 2022
1 parent 62a663b commit a259d26
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions samples/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
Expand All @@ -104,6 +99,20 @@
<artifactId>jcl-over-slf4j</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>${slf4j.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>apache-jsp</artifactId>
Expand All @@ -122,7 +131,6 @@
<artifactId>shiro-its-support</artifactId>
<scope>test</scope>
</dependency>

</dependencies>

</project>

0 comments on commit a259d26

Please sign in to comment.