From e7f8012e4fbd40757c45e6368539de4899cfe35a Mon Sep 17 00:00:00 2001 From: "waqas.ikram" Date: Wed, 21 Feb 2024 11:31:00 +0000 Subject: Uplift Spring Boot to 3.2.2 - Upgraded hypersistence-utils-hibernate-60 to hypersistence-utils-hibernate-63 - Introduced @Qualifier annotations where needed Issue-ID: CPS-2101 Change-Id: I8303592ed91584deb6ca5cd4e49800210b6ea989 Signed-off-by: waqas.ikram --- cps-application/pom.xml | 12 ------------ cps-application/src/main/resources/application.yml | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) (limited to 'cps-application') diff --git a/cps-application/pom.xml b/cps-application/pom.xml index 6466bcfe47..a72c52e184 100644 --- a/cps-application/pom.xml +++ b/cps-application/pom.xml @@ -69,18 +69,6 @@ org.springdoc springdoc-openapi-starter-webmvc-ui - - org.eclipse.jetty - jetty-server - - - org.eclipse.jetty - jetty-http - - - jakarta.servlet - jakarta.servlet-api - io.micrometer micrometer-registry-prometheus diff --git a/cps-application/src/main/resources/application.yml b/cps-application/src/main/resources/application.yml index e56e0e13cb..240741fe01 100644 --- a/cps-application/src/main/resources/application.yml +++ b/cps-application/src/main/resources/application.yml @@ -64,7 +64,7 @@ spring: liquibase: change-log: classpath:changelog/changelog-master.yaml - labels: ${LIQUIBASE_LABELS} + label-filter: ${LIQUIBASE_LABELS} servlet: multipart: -- cgit 1.2.3-korg