Skip to content

Commit

Permalink
Add dependency jakarta.annotation-api explicitly
Browse files Browse the repository at this point in the history
Closes gh-20
  • Loading branch information
rainboyan committed Nov 13, 2024
1 parent 17be587 commit 79fd0e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ dependencies {
api "org.springframework.boot:spring-boot-autoconfigure:$springBootVersion"
annotationProcessor "org.springframework.boot:spring-boot-autoconfigure-processor:$springBootVersion"
annotationProcessor "org.springframework.boot:spring-boot-configuration-processor:$springBootVersion"
compileOnly "jakarta.servlet:jakarta.servlet-api"
compileOnly "org.graceframework:grace-boot:$graceVersion"
documentation "org.fusesource.jansi:jansi:$jansiVersion"
documentation "com.github.javaparser:javaparser-core:$javaParserCoreVersion"
Expand Down

0 comments on commit 79fd0e1

Please sign in to comment.