Updates wiremock to wiremock-jre8-standalone.

This shades jetty and avoids javax.servlet issues
This commit is contained in:
spencergibb
2022-01-19 13:39:55 -05:00
parent 79414d5be6
commit ef8557509a
2 changed files with 1 additions and 3 deletions

View File

@@ -58,7 +58,7 @@
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock</artifactId>
<artifactId>wiremock-jre8-standalone</artifactId>
<version>2.27.2</version>
<scope>test</scope>
</dependency>

View File

@@ -55,8 +55,6 @@ import static org.springframework.test.annotation.DirtiesContext.ClassMode.AFTER
/**
* @author Spencer Gibb
*/
// FIXME: 4.0.0 https://github.com/wiremock/wiremock/issues/1760
@Ignore("wiremock missing jakartax.servlet")
@RunWith(SpringRunner.class)
@SpringBootTest(classes = ConsulBinderApplicationTests.Application.class)
@DirtiesContext(classMode = AFTER_EACH_TEST_METHOD)