Skip to content

Commit

Permalink
Remove bcprov-jdk15on as it isn't used. Fix SLF4J dependency issue fo…
Browse files Browse the repository at this point in the history
…r rxnetty-common.
  • Loading branch information
vitalijr2 committed Sep 14, 2023
1 parent b04bf9a commit 8036801
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
11 changes: 6 additions & 5 deletions benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>${bouncy.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
Expand Down Expand Up @@ -124,9 +119,15 @@
<version>${jmh.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-nop</artifactId>
<version>${slf4j.version}</version>
</dependency>
</dependencies>

Expand Down
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
<googlehttpclient.version>1.43.3</googlehttpclient.version>
<gson.version>2.10.1</gson.version>
<slf4j.version>2.0.9</slf4j.version>
<bouncy.version>1.70</bouncy.version>
<json.version>20230618</json.version>

<junit.version>4.13.2</junit.version>
Expand Down Expand Up @@ -341,12 +340,6 @@
<version>${googlehttpclient.version}</version>
</dependency>

<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>${bouncy.version}</version>
</dependency>

<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
Expand Down

0 comments on commit 8036801

Please sign in to comment.