diff --git a/pom.xml b/pom.xml index f84f890..f69d464 100644 --- a/pom.xml +++ b/pom.xml @@ -24,10 +24,10 @@ UTF-8 UTF-8 - 1.1.7 - 6.5.0 - 2.6.1 - 3.1.0 + 1.1.10 + 6.5.3 + 2.6.3 + 5.6.5.Final 5.3.12 5.6.0 1.18.22 @@ -41,9 +41,9 @@ 1.70 4.9.2 4.30.0 - 3.57.0 + 3.60.0 1.7.32 - 2.17.0 + 2.1.210 3.1.2 3.6.1.1688 @@ -91,24 +91,8 @@ https://maven.pkg.github.com/${github.organization}/${github.project} - - - org.apache.logging.log4j - log4j-to-slf4j - ${log4j2.version} - - - org.apache.logging.log4j - log4j-api - ${log4j2.version} - - - org.apache.logging.log4j - log4j-core - ${log4j2.version} - org.springframework.boot spring-boot-dependencies @@ -116,13 +100,6 @@ pom import - - org.springframework.cloud - spring-cloud-openfeign-dependencies - ${spring.cloud.openfeign.version} - pom - import - org.projectlombok lombok @@ -152,7 +129,6 @@ - eu.europa.ec.dgc @@ -166,6 +142,17 @@ org.springframework.boot spring-boot-starter-data-jpa + + + org.hibernate + hibernate-core + + + + + org.hibernate + hibernate-core + ${hibernate.version} org.springframework.boot @@ -223,6 +210,7 @@ com.h2database h2 + ${h2.version} runtime diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 3525047..4f29d06 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,6 +1,9 @@ server: port: 8080 spring: + mvc: + pathmatch: + matching-strategy: ant_path_matcher application: name: dgca-issuance-service datasource: