Updates wiremock to wiremock-jre8-standalone.
This shades jetty and avoids javax.servlet issues
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user