File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 68
68
<groupId >com.squareup.okhttp3</groupId >
69
69
<artifactId >mockwebserver</artifactId >
70
70
</dependency >
71
- <dependency >
72
- <groupId >org.bouncycastle</groupId >
73
- <artifactId >bcprov-jdk15on</artifactId >
74
- <version >${bouncy.version} </version >
75
- </dependency >
76
71
<dependency >
77
72
<groupId >io.netty</groupId >
78
73
<artifactId >netty-handler</artifactId >
124
119
<version >${jmh.version} </version >
125
120
<scope >provided</scope >
126
121
</dependency >
122
+ <dependency >
123
+ <groupId >org.slf4j</groupId >
124
+ <artifactId >slf4j-api</artifactId >
125
+ <version >${slf4j.version} </version >
126
+ </dependency >
127
127
<dependency >
128
128
<groupId >org.slf4j</groupId >
129
129
<artifactId >slf4j-nop</artifactId >
130
+ <version >${slf4j.version} </version >
130
131
</dependency >
131
132
</dependencies >
132
133
Original file line number Diff line number Diff line change 87
87
<googlehttpclient .version>1.43.3</googlehttpclient .version>
88
88
<gson .version>2.10.1</gson .version>
89
89
<slf4j .version>2.0.9</slf4j .version>
90
- <bouncy .version>1.70</bouncy .version>
91
90
<json .version>20230618</json .version>
92
91
93
92
<junit .version>4.13.2</junit .version>
341
340
<version >${googlehttpclient.version} </version >
342
341
</dependency >
343
342
344
- <dependency >
345
- <groupId >org.bouncycastle</groupId >
346
- <artifactId >bcprov-jdk15on</artifactId >
347
- <version >${bouncy.version} </version >
348
- </dependency >
349
-
350
343
<dependency >
351
344
<groupId >org.json</groupId >
352
345
<artifactId >json</artifactId >
You can’t perform that action at this time.
0 commit comments