diff --git a/multi/multi__migrations.html b/multi/multi__migrations.html index 1151a82dcb..08e50a7544 100644 --- a/multi/multi__migrations.html +++ b/multi/multi__migrations.html @@ -93,5 +93,4 @@ you manually set versions of Spring Cloud Contract and the release train you might see the following exception:
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project some-project: Compilation failure: Compilation failure: [ERROR] /some/path/SomeClass.java:[4,39] package com.jayway.restassured.response does not exist
This exception will occur due to the fact that the tests got generated with an old version of plugin and at test execution time you have an incompatible -version of the release train (and vice versa).
Done via issue 267
We will add back Apache Camel support only after this issue -gets fixed