Skip to content

Commit

Permalink
Use slf4j from vertx-dependencies whenever possible
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Jan 17, 2023
1 parent 852e266 commit 7f81328
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion vertx-auth-mongo/pom.xml
Expand Up @@ -55,7 +55,6 @@
<!-- dependency requried by flapdoodle -->
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.21</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
1 change: 0 additions & 1 deletion vertx-auth-shiro/pom.xml
Expand Up @@ -41,7 +41,6 @@
<!-- Shiro requires SLF4J: declare this dependency to force shiro to use this one. It is the version used by vert.x -->
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.21</version>
</dependency>
<dependency>
<groupId>org.apache.shiro</groupId>
Expand Down

0 comments on commit 7f81328

Please sign in to comment.