Skip to content

Commit e29cfa3

Browse files
committed
Polishing
1 parent 208fafa commit e29cfa3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spring-core/spring-core.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,21 +50,21 @@ dependencies {
5050
optional("io.reactivex.rxjava3:rxjava")
5151
optional("io.smallrye.reactive:mutiny")
5252
optional("io.netty:netty-buffer")
53-
testImplementation("io.projectreactor:reactor-test")
54-
testImplementation("com.google.code.findbugs:jsr305")
5553
testImplementation("javax.annotation:javax.annotation-api")
5654
testImplementation("javax.xml.bind:jaxb-api")
55+
testImplementation("com.google.code.findbugs:jsr305")
5756
testImplementation("com.fasterxml.woodstox:woodstox-core")
5857
testImplementation("org.xmlunit:xmlunit-assertj")
5958
testImplementation("org.xmlunit:xmlunit-matchers")
59+
testImplementation("io.projectreactor:reactor-test")
6060
testImplementation("io.projectreactor.tools:blockhound")
61-
testFixturesImplementation("io.projectreactor:reactor-test")
6261
testFixturesImplementation("com.google.code.findbugs:jsr305")
6362
testFixturesImplementation("org.junit.platform:junit-platform-launcher")
6463
testFixturesImplementation("org.junit.jupiter:junit-jupiter-api")
6564
testFixturesImplementation("org.junit.jupiter:junit-jupiter-params")
6665
testFixturesImplementation("org.assertj:assertj-core")
6766
testFixturesImplementation("org.xmlunit:xmlunit-assertj")
67+
testFixturesImplementation("io.projectreactor:reactor-test")
6868
}
6969

7070
jar {
@@ -92,7 +92,7 @@ jar {
9292
}
9393

9494
test {
95-
// Make sure the classes dir is used on the test classpath (required by ResourceTests)
96-
// When test fixtures are involved, the JAR is used by default
95+
// Make sure the classes dir is used on the test classpath (required by ResourceTests).
96+
// When test fixtures are involved, the JAR is used by default.
9797
classpath = sourceSets.main.output.classesDirs + classpath - files(jar.archiveFile)
9898
}

0 commit comments

Comments
 (0)