From 330f6395ea8e0cd9ac8ded17f51f06107fe6d379 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Sat, 3 Feb 2024 21:53:03 -0500 Subject: [PATCH] Remove spring-context-indexer spring-context-indexer is deprecated. See: https://github.com/spring-projects/spring-framework/issues/30431 --- build.gradle.kts | 1 - gradle.lockfile | 1 - 2 files changed, 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 76f9eb279..cfc9a6d13 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -60,7 +60,6 @@ dependencies { implementation("org.liquibase:liquibase-core") annotationProcessor("org.springframework.boot:spring-boot-configuration-processor") - annotationProcessor("org.springframework:spring-context-indexer") annotationProcessor("org.hibernate.validator:hibernate-validator-annotation-processor") testAndDevelopmentOnly("org.springframework.boot:spring-boot-devtools") diff --git a/gradle.lockfile b/gradle.lockfile index 1055b075f..0dd044a9e 100644 --- a/gradle.lockfile +++ b/gradle.lockfile @@ -164,7 +164,6 @@ org.springframework.session:spring-session-jdbc:3.2.1=compileClasspath,productio org.springframework:spring-aop:6.1.3=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testAndDevelopmentOnly,testCompileClasspath,testRuntimeClasspath org.springframework:spring-aspects:6.1.3=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.springframework:spring-beans:6.1.3=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testAndDevelopmentOnly,testCompileClasspath,testRuntimeClasspath -org.springframework:spring-context-indexer:6.1.3=annotationProcessor,compileClasspath org.springframework:spring-context:6.1.3=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testAndDevelopmentOnly,testCompileClasspath,testRuntimeClasspath org.springframework:spring-core:6.1.3=compileClasspath,productionRuntimeClasspath,runtimeClasspath,sonarlintCoreClasspath,testAndDevelopmentOnly,testCompileClasspath,testRuntimeClasspath org.springframework:spring-expression:6.1.3=compileClasspath,productionRuntimeClasspath,runtimeClasspath,sonarlintCoreClasspath,testAndDevelopmentOnly,testCompileClasspath,testRuntimeClasspath