Trying to fix the build

This commit is contained in:
Marcin Grzejszczak
2017-08-07 22:52:41 +02:00
parent af19b5c4c8
commit 9ed2e87fa0
3 changed files with 24 additions and 2 deletions

13
pom.xml
View File

@@ -179,6 +179,18 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>${spring.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
@@ -255,6 +267,7 @@
<reactor.version>Bismuth-BUILD-SNAPSHOT</reactor.version>
<!-- To make Reactor work -->
<spring-boot.version>2.0.0.BUILD-SNAPSHOT</spring-boot.version>
<spring.version>5.0.0.BUILD-SNAPSHOT</spring.version>
</properties>
<profiles>