Updated all dependencies for M1 RELEASE

Updated to Spring Cloud Build 2.2.0.M1
This commit is contained in:
Glenn Renfro
2019-04-15 09:00:07 -04:00
parent d890835923
commit fd8ab15238
25 changed files with 87 additions and 36 deletions

View File

@@ -75,7 +75,7 @@ public class JpaApplicationTests {
this.dataSource = dataSource;
try {
this.server = Server
.createTcpServer("-tcp", "-tcpAllowOthers", "-tcpPort", String
.createTcpServer("-tcp", "-ifNotExists", "-tcpAllowOthers", "-tcpPort", String
.valueOf(randomPort))
.start();
}