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

Commit 5150562

Browse files
committed
Remove unused jaxb implementation
1 parent 5c80141 commit 5150562

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jakartaPersistenceVersion=3.1.0
1616
jakartaTransactionVersion=2.0.1
1717
jakartaAnnotationApiVersion=3.0.0
1818
jakartaXmlBindVersion=4.0.2
19-
jakartaXmlBindImpVersion=4.0.5
2019
jansiVersion=2.4.1
2120
javaParserCoreVersion=3.25.9
2221
junitJupiterVersion=5.9.3

grails-datastore-gorm-hibernate5/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ dependencies {
2020
}
2121
runtimeOnly "jakarta.el:jakarta.el-api:$jakartaElVersion"
2222
runtimeOnly "jakarta.xml.bind:jakarta.xml.bind-api:$jakartaXmlBindVersion"
23-
runtimeOnly "org.glassfish.jaxb:jaxb-runtime:$jakartaXmlBindImpVersion"
2423

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

0 commit comments

Comments
 (0)