Added an option to use Rest Assured version 3.0
without this change it's impossible to use Rest Assured 3.0 with Spring Cloud Contract. That's because we are adding Rest Assured 2.0 imports. with this change we detect Rest Assured version. If 3.0 is available on the classpath we change the imports fixes #266
This commit is contained in:
@@ -114,6 +114,7 @@
|
||||
<artifactId>jsonassert</artifactId>
|
||||
<version>${jsonassert.version}</version>
|
||||
</dependency>
|
||||
<!-- TODO: In 1.2.x make 3.0.0 default -->
|
||||
<dependency>
|
||||
<groupId>com.jayway.restassured</groupId>
|
||||
<artifactId>spring-mock-mvc</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user