diff --git a/wise-webapp/pom.xml b/wise-webapp/pom.xml index 26ff41f8..6a9639fe 100644 --- a/wise-webapp/pom.xml +++ b/wise-webapp/pom.xml @@ -2,18 +2,21 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 wise-webapp - war WiseMapping Webapp http://www.wisemapping.org + 5.1.0-SNAPSHOT + - org.wisemapping - wisemapping - ../pom.xml - 5.1.0-SNAPSHOT + org.springframework.boot + spring-boot-starter-parent + 3.1.2 - 6.0.13 + 5.1.0-SNAPSHOT + 17 + 17 + 6.0.11 6.1.2 6.0.2 @@ -31,6 +34,27 @@ 1.7 compile + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-tomcat + + + org.springframework.boot + spring-boot-starter-security + + + org.springframework.boot + spring-boot-starter-data-jpa + + + org.springframework.boot + spring-boot-starter-mail + + org.testng testng @@ -43,55 +67,42 @@ 12.0 compile - - org.springframework - spring-webmvc - ${org.springframework.version} - compile - - - org.springframework - spring-messaging - ${org.springframework.version} - - - org.springframework - spring-websocket - ${org.springframework.version} - + + + + + + + + + + org.postgresql postgresql 42.5.4 - - org.springframework - spring-beans - ${org.springframework.version} - compile - - - org.springframework - spring-tx - ${org.springframework.version} - compile - + + + + + + + + + + + + org.springframework.security spring-security-taglibs ${spring-security-taglibs.version} - - - org.hibernate - hibernate-core - 6.1.7.Final - - jakarta.xml.bind jakarta.xml.bind-api - 4.0.1 + 4.0.0 @@ -100,79 +111,6 @@ hibernate-validator 8.0.1.Final - - - org.springframework - spring-orm - ${org.springframework.version} - compile - - - org.springframework - spring-context - ${org.springframework.version} - compile - - - org.springframework - spring-web - ${org.springframework.version} - compile - - - org.springframework - spring-oxm - ${org.springframework.version} - compile - - - org.springframework - spring-context-support - ${org.springframework.version} - compile - - - org.springframework.data - spring-data-jpa - 3.1.0 - - - org.springframework - spring-test - 6.0.6 - test - - - - org.springframework - spring-aop - ${org.springframework.version} - runtime - - - org.springframework.security - spring-security-web - ${org.springframework.addons} - compile - - - org.springframework.security - spring-security-core - ${org.springframework.addons} - compile - - - org.springframework - spring-jdbc - ${org.springframework.version} - runtime - - - aopalliance - aopalliance - 1.0 - compile - jakarta.mail jakarta.mail-api @@ -183,11 +121,11 @@ mysql-connector-j 8.1.0 - - org.apache.commons - commons-dbcp2 - 2.9.0 - + + + + + org.eclipse.angus jakarta.mail @@ -281,10 +219,9 @@ org.hsqldb hsqldb - 2.7.1 + 2.7.2 - drop-schemas @@ -396,6 +333,8 @@ + + org.apache.maven.plugins maven-surefire-plugin