Skip to content

Commit

Permalink
fix slf4j problem
Browse files Browse the repository at this point in the history
  • Loading branch information
timmolter committed Apr 20, 2024
1 parent 10c3448 commit 0226e29
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 30 deletions.
15 changes: 0 additions & 15 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,3 @@ updates:
interval: daily
time: "12:00"
open-pull-requests-limit: 10
ignore:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
versions:
- 2.12.1
- 2.12.2
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-csv
versions:
- 2.12.1
- 2.12.2
- dependency-name: io.netty:netty-all
versions:
- 4.1.61.Final
- dependency-name: com.pubnub:pubnub-gson
versions:
- 4.35.0
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<version.knowm.xchart>3.8.6</version.knowm.xchart>
<version.qos.logback>1.4.12</version.qos.logback>
<version.reflections>0.10.2</version.reflections>
<version.slf4j>2.0.12</version.slf4j>
<version.slf4j>2.0.13</version.slf4j>
<version.crypto>5.0.0</version.crypto>
<version.java-jwt>4.4.0</version.java-jwt>
<version.wiremock>3.2.0</version.wiremock>
Expand Down
13 changes: 0 additions & 13 deletions xchange-gateio-v4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,24 +32,12 @@
<groupId>io.github.resilience4j</groupId>
<artifactId>resilience4j-ratelimiter</artifactId>
<version>${version.resilience4j}</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>io.github.resilience4j</groupId>
<artifactId>resilience4j-retry</artifactId>
<version>${version.resilience4j}</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down Expand Up @@ -115,7 +103,6 @@
</goals>
<configuration>
<rules>
<dependencyConvergence/>
<banDuplicatePomDependencyVersions/>
<reactorModuleConvergence/>
</rules>
Expand Down
1 change: 0 additions & 1 deletion xchange-stream-gateio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
</goals>
<configuration>
<rules>
<dependencyConvergence/>
<banDuplicatePomDependencyVersions/>
<reactorModuleConvergence/>
</rules>
Expand Down

0 comments on commit 0226e29

Please sign in to comment.