File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 93
93
<groupId >club.minnced</groupId >
94
94
<artifactId >discord-webhooks</artifactId >
95
95
<version >0.8.2</version >
96
+ <exclusions >
97
+ <exclusion >
98
+ <groupId >com.squareup.okhttp3</groupId >
99
+ <artifactId >okhttp</artifactId >
100
+ </exclusion >
101
+ </exclusions >
96
102
</dependency >
97
103
<dependency >
98
104
<groupId >org.reflections</groupId >
226
232
<artifactId >Simple-Yaml</artifactId >
227
233
<version >1.7.2</version >
228
234
</dependency >
235
+ <dependency >
236
+ <groupId >com.squareup.okhttp3</groupId >
237
+ <artifactId >okhttp</artifactId >
238
+ <version >4.10.0</version >
239
+ </dependency >
229
240
<dependency >
230
241
<groupId >com.github.twitch4j</groupId >
231
242
<artifactId >twitch4j</artifactId >
232
243
<version >1.10.0</version >
244
+ <exclusions >
245
+ <exclusion >
246
+ <groupId >com.squareup.okhttp3</groupId >
247
+ <artifactId >okhttp</artifactId >
248
+ </exclusion >
249
+ </exclusions >
233
250
</dependency >
234
251
<dependency >
235
252
<groupId >ch.qos.logback</groupId >
You can’t perform that action at this time.
0 commit comments