Skip to content

Commit 0fe7a3d

Browse files
committed
chore: remove redundant dep
1 parent 53999f3 commit 0fe7a3d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

boot/build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@ def runtimeJvmArgs = [
2121

2222
tasks.processResources { filesMatching("**/application.yaml") { expand(project.properties) } }
2323

24-
tasks.withType(JavaCompile).configureEach {
25-
options.compilerArgs += [
26-
'--add-exports=java.xml/com.sun.org.apache.xalan.internal.xsltc.trax=ALL-UNNAMED',
27-
'--add-exports=java.xml/com.sun.org.apache.xalan.internal.xsltc.runtime=ALL-UNNAMED'
28-
]
29-
}
30-
3124
tasks.withType(Test).configureEach {
3225
jvmArgs += runtimeJvmArgs
3326
}
@@ -57,7 +50,6 @@ dependencies {
5750
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-tomcat'
5851
}
5952
implementation 'org.springframework.boot:spring-boot-starter-undertow'
60-
implementation 'com.google.code.gson:gson:2.11.0'
6153
compileOnly 'org.projectlombok:lombok'
6254
developmentOnly 'org.springframework.boot:spring-boot-devtools'
6355
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'

0 commit comments

Comments
 (0)