Code for BAEL-3189 (custom Apache Shiro permission implementation)

This commit is contained in:
Alessio Stalla
2019-09-06 21:16:05 +02:00
parent 8c11eeb20e
commit bd1ed1a3ee
6 changed files with 115 additions and 18 deletions
+1 -12
View File
@@ -38,17 +38,6 @@
<artifactId>jcl-over-slf4j</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>${log4j-version}</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<properties>
@@ -56,4 +45,4 @@
<log4j-version>1.2.17</log4j-version>
</properties>
</project>
</project>