migrated modules to parent-boot-2 with spring-boot 2.1:

spring-session/spring-session-jdbc
spring-vault
spring-webflux-amqp
vaadin
vavr
This commit is contained in:
geroza
2018-12-11 20:39:09 -02:00
parent 99dd82d2ff
commit 9ee33c151f
7 changed files with 14 additions and 31 deletions

View File

@@ -13,10 +13,10 @@
<description>Spring Vault sample project</description>
<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>
@@ -41,27 +41,8 @@
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version>
<configuration>
<excludes>
<exclude>**/*IntegrationTest.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring.vault.core.version>2.0.1.RELEASE</spring.vault.core.version>
<spring.vault.core.version>2.1.1.RELEASE</spring.vault.core.version>
</properties>
</project>