Bael 4461 3 (#4695)

* [BAEL-7574] - Fixed integration tests for spring-rest-simple module

* Fixed integration tests for spring-all, data-flow-server, spring-cloud-rest-books-api, spring-cloud-rest-reviews-api modules
This commit is contained in:
Amit Pandey
2018-07-13 12:35:44 +05:30
committed by Grzegorz Piwowarek
parent 7e16275bd7
commit 7b68989ab1
7 changed files with 90 additions and 25 deletions
@@ -11,10 +11,10 @@
<description>Demo project for Spring Boot</description>
<parent>
<artifactId>parent-boot-1</artifactId>
<groupId>com.baeldung</groupId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../parent-boot-1</relativePath>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.4.3.RELEASE</version>
<relativePath />
</parent>
<dependencies>