Polishing
This commit is contained in:
@@ -43,13 +43,13 @@ dependencies {
|
||||
testImplementation("io.projectreactor:reactor-test")
|
||||
testImplementation("io.micrometer:micrometer-observation-test")
|
||||
testImplementation("io.undertow:undertow-core")
|
||||
testImplementation("org.apache.httpcomponents.client5:httpclient5")
|
||||
testImplementation("org.apache.httpcomponents.core5:httpcore5-reactive")
|
||||
testImplementation("org.apache.tomcat.embed:tomcat-embed-core")
|
||||
testImplementation("org.apache.tomcat:tomcat-util")
|
||||
testImplementation("org.eclipse.jetty:jetty-server")
|
||||
testImplementation("org.eclipse.jetty:jetty-servlet")
|
||||
testImplementation("org.eclipse.jetty:jetty-reactive-httpclient")
|
||||
testImplementation('org.apache.httpcomponents.client5:httpclient5')
|
||||
testImplementation('org.apache.httpcomponents.core5:httpcore5-reactive')
|
||||
testImplementation("com.squareup.okhttp3:mockwebserver")
|
||||
testImplementation("org.jetbrains.kotlin:kotlin-script-runtime")
|
||||
testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-json")
|
||||
|
||||
Reference in New Issue
Block a user