Skip to content

Commit

Permalink
Add dependency jakarta.servlet-api explicitly
Browse files Browse the repository at this point in the history
Closes gh-51
  • Loading branch information
rainboyan committed Nov 13, 2024
1 parent 64b8ce5 commit 91f1743
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions component/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dependencies {
api "org.graceframework:grace-core:$graceVersion", {
exclude group: 'org.graceframework', module: 'grace-datastore-core'
}
compileOnly "jakarta.servlet:jakarta.servlet-api:$servletApiVersion"
compileOnly "org.graceframework:grace-boot:$graceVersion"
api project(":views-core")

Expand Down
1 change: 1 addition & 0 deletions json/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dependencies {
api "org.graceframework:grace-core:$graceVersion", {
exclude group: 'org.graceframework', module: 'grace-datastore-core'
}
compileOnly "jakarta.servlet:jakarta.servlet-api:$servletApiVersion"
compileOnly "org.graceframework:grace-boot:$graceVersion"
api project(":views-core")

Expand Down
1 change: 1 addition & 0 deletions markup/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ dependencyManagement {
dependencies {
api "jakarta.annotation:jakarta.annotation-api:$jakartaAnnotationVersion"
api "org.graceframework:grace-core:$graceVersion"
compileOnly "jakarta.servlet:jakarta.servlet-api:$servletApiVersion"
compileOnly "org.graceframework:grace-boot:$graceVersion"
implementation "org.springframework.boot:spring-boot-autoconfigure"
api project(":views-core")
Expand Down

0 comments on commit 91f1743

Please sign in to comment.