From 4967a5b930c3651f72ef83ce1dc5838a3280bfe9 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Sat, 1 Apr 2023 14:10:51 -0700 Subject: [PATCH] Revert spring lib update. --- wise-webapp/pom.xml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/wise-webapp/pom.xml b/wise-webapp/pom.xml index ddef5427..e07f5909 100644 --- a/wise-webapp/pom.xml +++ b/wise-webapp/pom.xml @@ -13,8 +13,8 @@ - 5.3.26 - 5.7.7 + 5.3.24 + 5.7.3 5.6.12.Final 6.0.21.Final 5.6.1 @@ -36,7 +36,7 @@ org.testng testng - 7.7.0 + 6.9.8 test @@ -54,7 +54,7 @@ org.postgresql postgresql - 42.5.4 + 42.5.1 org.springframework.security @@ -358,7 +358,7 @@ com.mysql.jdbc.Driver root - + jdbc:mysql://127.0.0.1:3306/?useUnicode=true&characterEncoding=UTF-8 false @@ -556,9 +556,11 @@ true true 0 + true false 200 - -Ddatabase.base.url=${project.build.directory} -Djetty.port=8080 + ${integrationTestArgLine} -Ddatabase.base.url=${project.build.directory} + -Djetty.port=8080 @@ -568,6 +570,9 @@ stop + + 1 +