Skip to content

Commit

Permalink
Remove unnecessary test config from jaxws-metro-2.2
Browse files Browse the repository at this point in the history
Tests were moved to other submodules, so the test config is no longer needed in jaxws-metro-2.2
  • Loading branch information
philsttr committed Oct 23, 2023
1 parent 80fa373 commit a2aeafe
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,3 @@ dependencies {
compileOnly("javax.xml.ws:jaxws-api:2.0")
compileOnly("jakarta.xml.ws:jakarta.xml.ws-api:3.0.0")
}

tasks.withType<Test>().configureEach {
// required on jdk17
jvmArgs("--add-exports=java.xml/com.sun.org.apache.xerces.internal.dom=ALL-UNNAMED")
jvmArgs("--add-exports=java.xml/com.sun.org.apache.xerces.internal.jaxp=ALL-UNNAMED")
jvmArgs("--add-opens=java.base/java.lang=ALL-UNNAMED")
jvmArgs("-XX:+IgnoreUnrecognizedVMOptions")
}

0 comments on commit a2aeafe

Please sign in to comment.