Skip to content

Commit

Permalink
Add slf4j-nop:1.7.36 to SQLite driver dependencies
Browse files Browse the repository at this point in the history
SQLite driver 3.43.2.1 downgraded to slf4j 1.7

Adding the nop library to be loaded by the dependency downloader
will stop the error message since slf4j-nop 1.7 is loaded.

Affects issues:
- Fixed #3435
  • Loading branch information
AuroraLS3 committed Jan 28, 2024
1 parent bda9672 commit 47d74ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Plan/common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ dependencies {
mysqlDriver "com.mysql:mysql-connector-j:$mysqlVersion"
mariadbDriver "org.mariadb.jdbc:mariadb-java-client:$mariadbVersion"
sqliteDriver "org.xerial:sqlite-jdbc:$sqliteVersion"
sqliteDriver "org.slf4j:slf4j-nop:1.7.36"
ipAddressMatcher "com.github.seancfoley:ipaddress:$ipAddressMatcherVersion"

shadow "org.apache.commons:commons-text:$commonsTextVersion"
Expand Down

0 comments on commit 47d74ee

Please sign in to comment.