Skip to content

Commit c7cc959

Browse files
committed
fix: add http client implementation
1 parent 183c29a commit c7cc959

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

micrometer-support/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@
5757
<artifactId>mockito-core</artifactId>
5858
<scope>test</scope>
5959
</dependency>
60+
<dependency>
61+
<groupId>io.fabric8</groupId>
62+
<artifactId>kubernetes-httpclient-vertx</artifactId>
63+
<scope>test</scope>
64+
</dependency>
6065
</dependencies>
6166

6267
</project>

0 commit comments

Comments
 (0)