Fixed spring-mvc-java, spring-cloud-rest-discovery-server apache-solr… (#4661)

* Fixed spring-mvc-java, spring-cloud-rest-discovery-server apache-solrj integration tests

* Fixed integration tests for spring-hibernate-3, spring-jooq module
This commit is contained in:
Amit Pandey
2018-07-10 12:12:39 +05:30
committed by Grzegorz Piwowarek
parent f959cbe55a
commit d9d8f169eb
11 changed files with 59 additions and 40 deletions
+8 -3
View File
@@ -5,9 +5,10 @@
<version>0.0.1-SNAPSHOT</version>
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.4.4.RELEASE</version>
<relativePath/>
</parent>
<dependencyManagement>
@@ -55,6 +56,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jooq</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
</dependency>
<!-- Testing -->
<dependency>