Skip to content

Commit bf2a418

Browse files
Replace dependency com.github.tomakehurst:wiremock-jre8 with org.wiremock:wiremock 3.0.1
1 parent 7439d07 commit bf2a418

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flink-metrics/flink-metrics-influxdb/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ under the License.
6868
</dependency>
6969

7070
<dependency>
71-
<groupId>com.github.tomakehurst</groupId>
72-
<artifactId>wiremock-jre8</artifactId>
71+
<groupId>org.wiremock</groupId>
72+
<artifactId>wiremock</artifactId>
7373
<version>3.0.1</version>
7474
<scope>test</scope>
7575
</dependency>

0 commit comments

Comments
 (0)