Migrated the following modules to parent-boot with spring-boot 2.1:

* spring-5-reactive-client
* spring-5-reactive-security
* spring-5-security
* spring-5-security-oauth
* spring-all
This commit is contained in:
geroza
2018-12-03 19:13:43 -02:00
parent baa6288375
commit b91f7e321e
8 changed files with 21 additions and 20 deletions
+2 -2
View File
@@ -7,10 +7,10 @@
<packaging>war</packaging>
<parent>
<artifactId>parent-boot-2.0-temp</artifactId>
<artifactId>parent-boot-2</artifactId>
<groupId>com.baeldung</groupId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../parent-boot-2.0-temp</relativePath>
<relativePath>../parent-boot-2</relativePath>
</parent>
<dependencies>