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

Commit bc35141

Browse files
committed
Remove unused jakarta.xml.bind and jakarta.el
1 parent 5150562 commit bc35141

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

examples/grails-data-service/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ dependencies {
2424
implementation "org.grails.plugins:views-json-templates"
2525
implementation 'org.grails.plugins:spring-security-rest:3.0.1'
2626
profile "org.grails.profiles:rest-api"
27-
runtimeOnly "org.glassfish.web:el-impl:2.2.1-b05"
2827
runtimeOnly "org.apache.tomcat:tomcat-jdbc"
29-
runtimeOnly "jakarta.xml.bind:jakarta.xml.bind-api:4.0.2"
3028
testImplementation "org.grails:grails-gorm-testing-support:$testingSupportVersion"
3129
testImplementation "org.grails:grails-web-testing-support:$testingSupportVersion"
3230
}

gradle.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@ h2Version=1.4.200
1010
hibernate5Version=5.6.15.Final
1111
hibernateValidatorVersion=7.0.5.Final
1212
hibernateGroovyProxy=1.1
13-
jakartaElVersion=4.0.0
1413
jakartaValidationVersion=3.0.2
1514
jakartaPersistenceVersion=3.1.0
1615
jakartaTransactionVersion=2.0.1
1716
jakartaAnnotationApiVersion=3.0.0
18-
jakartaXmlBindVersion=4.0.2
1917
jansiVersion=2.4.1
2018
javaParserCoreVersion=3.25.9
2119
junitJupiterVersion=5.9.3

grails-datastore-gorm-hibernate5/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ dependencies {
1818
exclude group:'commons-collections', module:'commons-collections'
1919
exclude group:'org.slf4j', module:'slf4j-api'
2020
}
21-
runtimeOnly "jakarta.el:jakarta.el-api:$jakartaElVersion"
22-
runtimeOnly "jakarta.xml.bind:jakarta.xml.bind-api:$jakartaXmlBindVersion"
2321

2422
compileOnly ("net.sf.ehcache:ehcache-core:2.6.11") {
2523
exclude group: 'commons-logging', module:'commons-logging'

0 commit comments

Comments
 (0)