Skip to content

Commit bb71006

Browse files
authored
fix: remove slf4j-simple and upgrade jcasbin version to 1.22.2 (#25)
Signed-off-by: Yixiang Zhao <[email protected]>
1 parent c81ed92 commit bb71006

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,10 @@
6060
<artifactId>slf4j-api</artifactId>
6161
<version>${slf4j.version}</version>
6262
</dependency>
63-
<dependency>
64-
<groupId>org.slf4j</groupId>
65-
<artifactId>slf4j-simple</artifactId>
66-
<version>${slf4j.version}</version>
67-
</dependency>
6863
<dependency>
6964
<groupId>org.casbin</groupId>
7065
<artifactId>jcasbin</artifactId>
71-
<version>1.13.3</version>
66+
<version>1.22.2</version>
7267
</dependency>
7368

7469
<dependency>

0 commit comments

Comments
 (0)