diff --git a/spring-cloud-contract-maven-plugin/checkstyle.rss b/spring-cloud-contract-maven-plugin/checkstyle.rss index 8287aec20a..6045c8d711 100644 --- a/spring-cloud-contract-maven-plugin/checkstyle.rss +++ b/spring-cloud-contract-maven-plugin/checkstyle.rss @@ -116,7 +116,7 @@ under the License.
By default Rest Assured 2.x is added to the classpath. However in order to give the users the -opportunity to use Rest Assured 3.x it’s enough to add it to the plugins classpath.
+By default Rest Assured 3.x is added to the classpath. However in order to give the users the +opportunity to use Rest Assured 2.x it’s enough to add it to the plugins classpath.
That way the plugin will automatically see that Rest Assured 3.x is present on the classpath +
That way the plugin will automatically see that Rest Assured 2.x is present on the classpath and will modify the imports accordingly.
You can read more in the Spring Cloud Contract Maven Plugin Docs
By default Rest Assured 2.x is added to the classpath. However in order to give the users the -opportunity to use Rest Assured 3.x it’s enough to add it to the plugins classpath.
+By default Rest Assured 3.x is added to the classpath. However in order to give the users the +opportunity to use Rest Assured 2.x it’s enough to add it to the plugins classpath.
import com.jayway.restassured.RestAssured;
+import io.restassured.RestAssured;
import org.junit.Before;
import org.springframework.boot.context.embedded.LocalServerPort;
import org.springframework.boot.test.context.SpringBootTest;