Skip to content

Commit

Permalink
Fix slf4j-api dependency confic, favor 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
labianchin committed Jul 21, 2023
1 parent cd40e4d commit e5a72df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
4 changes: 4 additions & 0 deletions dbeam-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
</dependency>

<!-- Log -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
Expand Down
11 changes: 0 additions & 11 deletions dbeam-core/src/main/resources/log4j.properties

This file was deleted.

0 comments on commit e5a72df

Please sign in to comment.