Skip to content

Commit

Permalink
Remove spring-context-indexer
Browse files Browse the repository at this point in the history
spring-context-indexer is deprecated.

See: spring-projects/spring-framework#30431
  • Loading branch information
candrews committed Feb 4, 2024
1 parent b803a00 commit 16bf9d5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 0 additions & 1 deletion gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16bf9d5

Please sign in to comment.