diff --git a/pom.xml b/pom.xml index 5e5cfe7..d693ad2 100755 --- a/pom.xml +++ b/pom.xml @@ -1,32 +1,32 @@ - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 3.5.6 - - - nl.connected-it - swiss-backend - 0.0.1-SNAPSHOT - swiss-backend - Swiss Backend - - 25 - 25 - 25 - - - - org.springframework.boot - spring-boot-starter-actuator - - - org.springframework.boot - spring-boot-starter-data-jpa - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 3.5.6 + + + nl.connected-it + swiss-backend + 0.0.1-SNAPSHOT + swiss-backend + Swiss Backend + + 25 + 25 + 25 + + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-starter-data-jpa + org.springframework.boot spring-boot-starter-security @@ -40,137 +40,144 @@ java-jwt 4.5.0 - - com.fasterxml.jackson.datatype - jackson-datatype-hibernate5-jakarta - 2.20.0 - - - com.h2database - h2 - runtime - - - org.springframework.boot - spring-boot-starter-security - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-validation - - - org.springframework.boot - spring-boot-devtools - runtime - true - - - org.postgresql - postgresql - runtime - - - org.flywaydb - flyway-core - 11.13.2 - - - org.flywaydb - flyway-database-postgresql - 11.13.2 - runtime - + + com.fasterxml.jackson.datatype + jackson-datatype-hibernate5-jakarta + 2.20.0 + + + com.h2database + h2 + runtime + + + org.springframework.boot + spring-boot-starter-security + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-validation + + + org.springframework.boot + spring-boot-devtools + runtime + true + + + org.postgresql + postgresql + runtime + + + org.flywaydb + flyway-core + 11.13.2 + + + org.flywaydb + flyway-database-postgresql + 11.13.2 + runtime + - - org.springframework.boot - spring-boot-configuration-processor - true - - - org.projectlombok - lombok - - - - org.springframework.boot - spring-boot-starter-test - test - - - org.springframework.security - spring-security-test - test - - + + org.springframework.boot + spring-boot-configuration-processor + true + + + org.projectlombok + lombok + + + + org.springframework.boot + spring-boot-starter-test + test + + + org.springframework.security + spring-security-test + test + + - - - - org.hibernate.orm.tooling - hibernate-enhance-maven-plugin - ${hibernate.version} - - - enhance - - enhance - - - true - true - true - - - - - - org.graalvm.buildtools - native-maven-plugin - - - org.springframework.boot - spring-boot-maven-plugin - - - - org.projectlombok - lombok - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.14.1 - - 25 - 25 - - - org.projectlombok - lombok - ${lombok.version} - - - - - - org.flywaydb - flyway-maven-plugin - 11.13.2 - - jdbc:postgresql://localhost:5432/swiss?currentSchema=swiss - postgres - postgres - - - + + + + org.hibernate.orm.tooling + hibernate-enhance-maven-plugin + 6.6.31.Final + + + enhance + + enhance + + + true + true + true + + + + + + net.bytebuddy + byte-buddy + 1.17.7 + + + + + org.graalvm.buildtools + native-maven-plugin + + + org.springframework.boot + spring-boot-maven-plugin + + + + org.projectlombok + lombok + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.14.1 + + 25 + 25 + + + org.projectlombok + lombok + ${lombok.version} + + + + + + org.flywaydb + flyway-maven-plugin + 11.13.2 + + jdbc:postgresql://localhost:5432/swiss?currentSchema=swiss + postgres + postgres + + + - +