|
|
@ -113,6 +113,7 @@ dependencies {
|
|
|
|
testImplementation("com.ibm.db2:jcc")
|
|
|
|
testImplementation("com.ibm.db2:jcc")
|
|
|
|
testImplementation("com.jayway.jsonpath:json-path")
|
|
|
|
testImplementation("com.jayway.jsonpath:json-path")
|
|
|
|
testImplementation("com.microsoft.sqlserver:mssql-jdbc")
|
|
|
|
testImplementation("com.microsoft.sqlserver:mssql-jdbc")
|
|
|
|
|
|
|
|
testImplementation("com.mysql:mysql-connector-j")
|
|
|
|
testImplementation("com.squareup.okhttp3:okhttp")
|
|
|
|
testImplementation("com.squareup.okhttp3:okhttp")
|
|
|
|
testImplementation("com.sun.xml.messaging.saaj:saaj-impl")
|
|
|
|
testImplementation("com.sun.xml.messaging.saaj:saaj-impl")
|
|
|
|
testImplementation("io.projectreactor:reactor-test")
|
|
|
|
testImplementation("io.projectreactor:reactor-test")
|
|
|
@ -120,7 +121,6 @@ dependencies {
|
|
|
|
testImplementation("jakarta.inject:jakarta.inject-api")
|
|
|
|
testImplementation("jakarta.inject:jakarta.inject-api")
|
|
|
|
testImplementation("jakarta.persistence:jakarta.persistence-api")
|
|
|
|
testImplementation("jakarta.persistence:jakarta.persistence-api")
|
|
|
|
testImplementation("jakarta.xml.ws:jakarta.xml.ws-api")
|
|
|
|
testImplementation("jakarta.xml.ws:jakarta.xml.ws-api")
|
|
|
|
testImplementation("mysql:mysql-connector-java")
|
|
|
|
|
|
|
|
testImplementation("net.sourceforge.jtds:jtds")
|
|
|
|
testImplementation("net.sourceforge.jtds:jtds")
|
|
|
|
testImplementation("org.apache.derby:derby")
|
|
|
|
testImplementation("org.apache.derby:derby")
|
|
|
|
testImplementation("org.awaitility:awaitility")
|
|
|
|
testImplementation("org.awaitility:awaitility")
|
|
|
|