Testing dependencies
This commit is contained in:
parent
c591c6431b
commit
e6560653d9
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ repositories {
|
|||
|
||||
dependencies {
|
||||
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
|
||||
// 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("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.
|
||||
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.2")
|
||||
|
||||
// implementation("com.google.guava:guava:33.1.0-jre") // Currently not used.
|
||||
|
|
Loading…
Reference in a new issue