Skip to content

Commit fdfb8d0

Browse files
Merge branch '4.1.x'
2 parents 275b2b6 + 688250e commit fdfb8d0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/modules/ROOT/pages/maven-project.adoc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ Next, add the `Spring Cloud Contract Verifier` Maven plugin, as follows:
3434
</plugin>
3535
----
3636

37-
You can read more in the
38-
spring-cloud-contract-maven-plugin/index.html[Spring
39-
Cloud Contract Maven Plugin Documentation].
40-
4137
Sometimes, regardless of the picked IDE, you can see that the `target/generated-test-source` folder is not visible on the IDE's classpath. To ensure that it is always there, you can add the following entry to your `pom.xml`
4238

4339
[source,xml,indent=0]
@@ -367,10 +363,8 @@ import org.junit.runner.RunWith;
367363
import org.springframework.beans.factory.annotation.Autowired;
368364
import org.springframework.boot.test.context.SpringBootTest;
369365
import org.springframework.boot.web.server.LocalServerPort;
370-
import org.springframework.test.context.junit4.SpringRunner;
371366
import org.springframework.web.context.WebApplicationContext;
372367
373-
@RunWith(SpringRunner.class)
374368
@SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT, classes = SomeConfig.class, properties="some=property")
375369
public abstract class BaseTestClass {
376370

0 commit comments

Comments
 (0)