Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 2e30bf9

Browse files
committed
remove unneeded dependencies
1 parent 11a5fc4 commit 2e30bf9

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ subprojects { Project subproject ->
8787

8888
dependencies {
8989
implementation platform("org.grails:grails-bom:$grailsVersion")
90-
implementation "jakarta.servlet:jakarta.servlet-api"
91-
testImplementation "jakarta.annotation:jakarta.annotation-api"
9290
testImplementation "io.micrometer:micrometer-core:latest.integration"
9391
testImplementation "org.hibernate.validator:hibernate-validator"
9492
testImplementation "org.apache.groovy:groovy-test-junit5"

examples/test-data-service/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ dependencies {
2020
implementation "org.mongodb:mongodb-driver-sync"
2121
implementation "org.grails.plugins:spring-security-core:$grailsSpringSecurityCoreVersion"
2222
implementation "org.grails.plugins:spring-security-rest:$grailsSpringSecurityRestVersion"
23-
implementation "jakarta.servlet:jakarta.servlet-api"
2423

2524
profile "org.grails.profiles:rest-api"
2625
implementation "org.grails:grails-core"

0 commit comments

Comments
 (0)