Skip to content

Commit

Permalink
[bybit] Sort pom
Browse files Browse the repository at this point in the history
  • Loading branch information
bigscoop committed Dec 1, 2023
1 parent af19c61 commit 52a6578
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions xchange-bybit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@
<version>${version.fasterxml}</version>
</dependency>

<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>io.github.resilience4j</groupId>
<artifactId>resilience4j-ratelimiter</artifactId>
Expand Down Expand Up @@ -70,6 +64,12 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
<scope>test</scope>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit 52a6578

Please sign in to comment.