Skip to content

Commit e3f8de0

Browse files
committed
Specify okhttp as a test dependency in apachehc
This is not transitively included somehow.
1 parent ed0604a commit e3f8de0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

drivers/apachehc/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@
5454
<artifactId>jetty-security</artifactId>
5555
<scope>test</scope>
5656
</dependency>
57+
<dependency>
58+
<groupId>com.squareup.okhttp3</groupId>
59+
<artifactId>mockwebserver</artifactId>
60+
<scope>test</scope>
61+
</dependency>
5762
</dependencies>
5863

5964
</project>

0 commit comments

Comments
 (0)