Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Update wiremock dependency to be compatible with wiremock-standalone #2104

Copy link
Copy link
@kumarsen26

Description

@kumarsen26
Issue body actions

Describe the bug
Getting below error when using latest dependency of wiremock in the project.

java.lang.NoSuchMethodError: 'void com.github.tomakehurst.wiremock.extension.responsetemplating.ResponseTemplateTransformer.<init>(boolean)'

Sample
Currently spring-cloud-contract-wiremock is using older wiremock dependency..

<dependency>
	<groupId>com.github.tomakehurst</groupId>
	<artifactId>wiremock-jre8-standalone</artifactId>
</dependency>

It should be compatible with

<dependency>
    <groupId>org.wiremock</groupId>
    <artifactId>wiremock-standalone</artifactId>
</dependency>
bertramn, digambar19, tomasbjerre, nhmarujo, Oleg-Pavlenko-EPAM and 7 more

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.