Skip to content

Commit bb4d4ce

Browse files
authored
Remove bcprov-jdk15on as it isn't used. Fix SLF4J dependency issue for rxnetty-common. (#2169)
1 parent 38844da commit bb4d4ce

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

benchmark/pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,6 @@
6868
<groupId>com.squareup.okhttp3</groupId>
6969
<artifactId>mockwebserver</artifactId>
7070
</dependency>
71-
<dependency>
72-
<groupId>org.bouncycastle</groupId>
73-
<artifactId>bcprov-jdk15on</artifactId>
74-
<version>${bouncy.version}</version>
75-
</dependency>
7671
<dependency>
7772
<groupId>io.netty</groupId>
7873
<artifactId>netty-handler</artifactId>
@@ -124,9 +119,15 @@
124119
<version>${jmh.version}</version>
125120
<scope>provided</scope>
126121
</dependency>
122+
<dependency>
123+
<groupId>org.slf4j</groupId>
124+
<artifactId>slf4j-api</artifactId>
125+
<version>${slf4j.version}</version>
126+
</dependency>
127127
<dependency>
128128
<groupId>org.slf4j</groupId>
129129
<artifactId>slf4j-nop</artifactId>
130+
<version>${slf4j.version}</version>
130131
</dependency>
131132
</dependencies>
132133

pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@
8787
<googlehttpclient.version>1.43.3</googlehttpclient.version>
8888
<gson.version>2.10.1</gson.version>
8989
<slf4j.version>2.0.9</slf4j.version>
90-
<bouncy.version>1.70</bouncy.version>
9190
<json.version>20230618</json.version>
9291

9392
<junit.version>4.13.2</junit.version>
@@ -341,12 +340,6 @@
341340
<version>${googlehttpclient.version}</version>
342341
</dependency>
343342

344-
<dependency>
345-
<groupId>org.bouncycastle</groupId>
346-
<artifactId>bcprov-jdk15on</artifactId>
347-
<version>${bouncy.version}</version>
348-
</dependency>
349-
350343
<dependency>
351344
<groupId>org.json</groupId>
352345
<artifactId>json</artifactId>

0 commit comments

Comments
 (0)