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:
committed by
Grzegorz Piwowarek
parent
f959cbe55a
commit
d9d8f169eb
+8
-3
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user