File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
src/test/java/org/openrewrite/java/migrate Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -423,11 +423,7 @@ void gradleDependencyXMLWSModuleExclusion() {
423423 mavenCentral()
424424 }
425425 dependencies {
426- implementation("org.springframework.boot:spring-boot-starter-web:2.7.0") {
427- exclude group: "junit"
428- }
429426 implementation("javax.xml.ws:jaxws-api:2.0")
430- testImplementation "org.junit.vintage:junit-vintage-engine:5.6.2"
431427 }
432428 """ ,
433429 """
@@ -438,10 +434,6 @@ void gradleDependencyXMLWSModuleExclusion() {
438434 mavenCentral()
439435 }
440436 dependencies {
441- implementation("org.springframework.boot:spring-boot-starter-web:2.7.0") {
442- exclude group: "junit"
443- }
444- testImplementation "org.junit.vintage:junit-vintage-engine:5.6.2"
445437 }
446438 """
447439 )
@@ -530,12 +522,8 @@ void gradleDependencyXMLJaxBModuleExclusion() {
530522 mavenCentral()
531523 }
532524 dependencies {
533- implementation("org.springframework.boot:spring-boot-starter-web:2.7.0") {
534- exclude group: "junit"
535- }
536525 implementation("javax.xml.bind:jaxb-api:2.3.1")
537526 implementation("javax.activation:activation:1.1.1")
538- testImplementation "org.junit.vintage:junit-vintage-engine:5.6.2"
539527 }
540528 """ ,
541529 """
@@ -546,10 +534,6 @@ void gradleDependencyXMLJaxBModuleExclusion() {
546534 mavenCentral()
547535 }
548536 dependencies {
549- implementation("org.springframework.boot:spring-boot-starter-web:2.7.0") {
550- exclude group: "junit"
551- }
552- testImplementation "org.junit.vintage:junit-vintage-engine:5.6.2"
553537 }
554538 """
555539 )
You can’t perform that action at this time.
0 commit comments