Skip to content

Commit 82ae89d

Browse files
committed
Remove unneeded okhttp dependancy
1 parent 7a62866 commit 82ae89d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -170,18 +170,6 @@
170170
</exclusion>
171171
</exclusions>
172172
</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>
185173
<dependency>
186174
<groupId>io.netty</groupId> <!-- Need for running tests on mac -->
187175
<artifactId>netty-all</artifactId>

0 commit comments

Comments
 (0)