We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b0722 commit 8ed48acCopy full SHA for 8ed48ac
1 file changed
pom.xml
@@ -170,18 +170,6 @@
170
</exclusion>
171
</exclusions>
172
</dependency>
173
- <dependency>
174
- <groupId>com.squareup.okhttp3</groupId>
175
- <artifactId>mockwebserver</artifactId>
176
- <version>4.11.0</version>
177
- <scope>test</scope>
178
- <exclusions>
179
- <exclusion>
180
- <groupId>junit</groupId>
181
- <artifactId>junit</artifactId>
182
- </exclusion>
183
- </exclusions>
184
- </dependency>
185
<dependency>
186
<groupId>io.netty</groupId> <!-- Need for running tests on mac -->
187
<artifactId>netty-all</artifactId>
0 commit comments