Testing dependencies

This commit is contained in:
Imbus 2024-05-03 01:18:43 +02:00
parent c591c6431b
commit e6560653d9

View file

@ -18,8 +18,8 @@ repositories {
dependencies { dependencies {
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2") testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
// testImplementation("org.skyscreamer:jsonassert:1.5.0") // For JSON assertions in tests. testImplementation("org.skyscreamer:jsonassert:1.5.0") // For JSON assertions in tests.
// testImplementation("com.mashape.unirest:unirest-java:1.4.9") // For HTTP requests in tests. testImplementation("com.mashape.unirest:unirest-java:1.4.9") // For HTTP requests in tests.
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.2") testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.2")
// implementation("com.google.guava:guava:33.1.0-jre") // Currently not used. // implementation("com.google.guava:guava:33.1.0-jre") // Currently not used.