diff --git a/build.gradle.kts b/build.gradle.kts index 76f9eb2..cfc9a6d 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 1055b07..0dd044a 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