test: use JRE8+ version of WireMock for offline testing
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2022-04-13 17:34:50 +02:00
parent bcc47d5f05
commit bb0d11d10c
2 changed files with 42 additions and 54 deletions

View File

@ -81,7 +81,7 @@ List<Message> msgs = ura.forStop("100000")
<dependency>
<groupId>de.stklcode.pubtrans</groupId>
<artifactId>juraclient</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</dependency>
```