#491 - Upgrade to Spring Framework 5.0.3.
Re-introduced build profile for Spring 5.0 snapshots.
This commit is contained in:
@@ -107,7 +107,7 @@
|
||||
<rxjava-reactive-streams>1.2.1</rxjava-reactive-streams>
|
||||
<rxjava2>2.1.7</rxjava2>
|
||||
<slf4j>1.7.25</slf4j>
|
||||
<spring>5.0.2.RELEASE</spring>
|
||||
<spring>5.0.3.RELEASE</spring>
|
||||
<spring-hateoas>0.23.0.RELEASE</spring-hateoas>
|
||||
<threetenbp>1.3.6</threetenbp>
|
||||
<validation>1.1.0.Final</validation>
|
||||
@@ -595,6 +595,19 @@
|
||||
</build>
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>spring5-next</id>
|
||||
<properties>
|
||||
<spring>5.0.4.BUILD-SNAPSHOT</spring>
|
||||
</properties>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spring-libs-snapshot</id>
|
||||
<url>https://repo.spring.io/libs-snapshot</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>querydsl-next</id>
|
||||
<properties>
|
||||
|
||||
Reference in New Issue
Block a user