Remove Hamcrest from project files.

Resolves #13918
This commit is contained in:
Jameson Williams 2025-01-16 18:01:47 -06:00 committed by Greyson Parrelli
parent 851b4b72c0
commit 201be3e041
7 changed files with 1 additions and 2793 deletions

View file

@ -605,7 +605,6 @@ dependencies {
}
}
testImplementation(testLibs.conscrypt.openjdk.uber)
testImplementation(testLibs.hamcrest.hamcrest)
testImplementation(testLibs.mockk)
testImplementation(testFixtures(project(":libsignal-service")))
testImplementation(testLibs.espresso.core)

View file

@ -6,7 +6,6 @@
-dontwarn sun.reflect.**
-dontwarn sun.misc.**
-dontwarn assertk.**
-dontwarn org.hamcrest.**
-dontwarn com.squareup.**
-dontobfuscate

View file

@ -14,7 +14,5 @@ dependencies {
testImplementation(testLibs.robolectric.robolectric) {
exclude(group = "com.google.protobuf", module = "protobuf-java")
}
testImplementation(testLibs.hamcrest.hamcrest)
testImplementation(testFixtures(project(":libsignal-service")))
}

View file

@ -20,7 +20,6 @@ kotlinx-coroutines-test = "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0"
robolectric-robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectric" }
bouncycastle-bcprov-jdk15on = "org.bouncycastle:bcprov-jdk15on:1.70"
bouncycastle-bcpkix-jdk15on = "org.bouncycastle:bcpkix-jdk15on:1.70"
hamcrest-hamcrest = "org.hamcrest:hamcrest:2.2"
assertk = "com.willowtreeapps.assertk:assertk:0.28.1"
square-okhttp-mockserver = "com.squareup.okhttp3:mockwebserver:4.12.0"
mockk = "io.mockk:mockk:1.13.2"

File diff suppressed because it is too large Load diff

View file

@ -107,7 +107,6 @@ dependencies {
testImplementation(testLibs.assertk)
testImplementation(testLibs.conscrypt.openjdk.uber)
testImplementation(testLibs.mockk)
testImplementation(testLibs.hamcrest.hamcrest)
testFixturesImplementation(libs.libsignal.client)
testFixturesImplementation(testLibs.junit.junit)

View file

@ -31,7 +31,6 @@
-dontwarn androidx.test.**
-dontwarn org.junit.**
-dontwarn org.hamcrest.**
-dontwarn com.squareup.javawriter.JavaWriter
-keepclasseswithmembers @org.junit.runner.RunWith public class *