Skip to content

Commit d5dcd6c

Browse files
committed
Fix scope ofmock dependency on docs module
1 parent 899d93c commit d5dcd6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>org.wiremock</groupId>
6565
<artifactId>wiremock</artifactId>
66-
<version>3.13.2</version>
66+
<scope>compile</scope>
6767
</dependency>
6868
<dependency>
6969
<groupId>io.smallrye.reactive</groupId>

0 commit comments

Comments
 (0)