Bumped rest assured to 3.0

fixes #267
This commit is contained in:
Marcin Grzejszczak
2017-06-26 18:15:39 +02:00
parent 61411e0831
commit 7be2d8dad5
46 changed files with 173 additions and 159 deletions

View File

@@ -49,15 +49,15 @@
<!-- verifier test dependencies-->
<!-- tag::dependencies[] -->
<dependency>
<groupId>com.jayway.restassured</groupId>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<version>2.9.0</version>
<version>3.0.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.jayway.restassured</groupId>
<groupId>io.rest-assured</groupId>
<artifactId>spring-mock-mvc</artifactId>
<version>2.9.0</version>
<version>3.0.2</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@@ -16,7 +16,7 @@
*/
package com.blogspot.toomuchcoding.frauddetection;
import com.jayway.restassured.module.mockmvc.RestAssuredMockMvc;
import io.restassured.module.mockmvc.RestAssuredMockMvc;
import org.junit.Before;

View File

@@ -28,7 +28,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.1.RELEASE</version>
<version>1.5.4.RELEASE</version>
</parent>
<dependencies>

View File

@@ -16,7 +16,7 @@
*/
package hello;
import com.jayway.restassured.module.mockmvc.RestAssuredMockMvc;
import io.restassured.module.mockmvc.RestAssuredMockMvc;
import org.junit.Before;

View File

@@ -28,7 +28,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.1.RELEASE</version>
<version>1.5.4.RELEASE</version>
</parent>
<dependencies>

View File

@@ -16,7 +16,7 @@
*/
package hello
import com.jayway.restassured.module.mockmvc.RestAssuredMockMvc
import io.restassured.module.mockmvc.RestAssuredMockMvc
import spock.lang.Specification
public class BaseAccurest extends Specification {

View File

@@ -28,7 +28,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.1.RELEASE</version>
<version>1.5.4.RELEASE</version>
</parent>
<dependencies>

View File

@@ -16,7 +16,7 @@
*/
package hello;
import com.jayway.restassured.module.mockmvc.RestAssuredMockMvc;
import io.restassured.module.mockmvc.RestAssuredMockMvc;
import org.junit.Before;