From 41e5d8900cd85f47a61b3624aa50d0e98d08c24f Mon Sep 17 00:00:00 2001 From: akwizgran Date: Wed, 7 Nov 2018 16:10:39 +0000 Subject: [PATCH] Remove redundant dependency declarations. --- bramble-android/build.gradle | 2 -- bramble-api/build.gradle | 2 -- bramble-core/build.gradle | 2 -- bramble-java/build.gradle | 2 -- briar-android/build.gradle | 2 -- briar-core/build.gradle | 2 -- 6 files changed, 12 deletions(-) diff --git a/bramble-android/build.gradle b/bramble-android/build.gradle index 2bfef1933..10a797d3d 100644 --- a/bramble-android/build.gradle +++ b/bramble-android/build.gradle @@ -40,8 +40,6 @@ dependencies { testImplementation "org.jmock:jmock:2.8.2" testImplementation "org.jmock:jmock-junit4:2.8.2" testImplementation "org.jmock:jmock-legacy:2.8.2" - testImplementation "org.hamcrest:hamcrest-library:1.3" - testImplementation "org.hamcrest:hamcrest-core:1.3" } def torBinariesDir = 'src/main/res/raw' diff --git a/bramble-api/build.gradle b/bramble-api/build.gradle index a6aafe945..7400a9241 100644 --- a/bramble-api/build.gradle +++ b/bramble-api/build.gradle @@ -14,8 +14,6 @@ dependencies { testImplementation "org.jmock:jmock:2.8.2" testImplementation "org.jmock:jmock-junit4:2.8.2" testImplementation "org.jmock:jmock-legacy:2.8.2" - testImplementation "org.hamcrest:hamcrest-library:1.3" - testImplementation "org.hamcrest:hamcrest-core:1.3" signature 'org.codehaus.mojo.signature:java16:1.1@signature' } diff --git a/bramble-core/build.gradle b/bramble-core/build.gradle index 6b50e0460..3ac200b46 100644 --- a/bramble-core/build.gradle +++ b/bramble-core/build.gradle @@ -25,8 +25,6 @@ dependencies { testImplementation "org.jmock:jmock:2.8.2" testImplementation "org.jmock:jmock-junit4:2.8.2" testImplementation "org.jmock:jmock-legacy:2.8.2" - testImplementation "org.hamcrest:hamcrest-library:1.3" - testImplementation "org.hamcrest:hamcrest-core:1.3" testAnnotationProcessor 'com.google.dagger:dagger-compiler:2.19' diff --git a/bramble-java/build.gradle b/bramble-java/build.gradle index dbca4ef2d..da22d7e06 100644 --- a/bramble-java/build.gradle +++ b/bramble-java/build.gradle @@ -27,8 +27,6 @@ dependencies { testImplementation "org.jmock:jmock:2.8.2" testImplementation "org.jmock:jmock-junit4:2.8.2" testImplementation "org.jmock:jmock-legacy:2.8.2" - testImplementation "org.hamcrest:hamcrest-library:1.3" - testImplementation "org.hamcrest:hamcrest-core:1.3" testAnnotationProcessor 'com.google.dagger:dagger-compiler:2.19' } diff --git a/briar-android/build.gradle b/briar-android/build.gradle index fed7d7253..2d59a09bf 100644 --- a/briar-android/build.gradle +++ b/briar-android/build.gradle @@ -131,8 +131,6 @@ dependencies { testImplementation "org.jmock:jmock:2.8.2" testImplementation "org.jmock:jmock-junit4:2.8.2" testImplementation "org.jmock:jmock-legacy:2.8.2" - testImplementation "org.hamcrest:hamcrest-library:1.3" - testImplementation "org.hamcrest:hamcrest-core:1.3" def espressoVersion = '3.0.2' androidTestImplementation "com.android.support.test.espresso:espresso-core:$espressoVersion" diff --git a/briar-core/build.gradle b/briar-core/build.gradle index 1b4b4766a..0eed46ce5 100644 --- a/briar-core/build.gradle +++ b/briar-core/build.gradle @@ -25,8 +25,6 @@ dependencies { testImplementation "org.jmock:jmock:2.8.2" testImplementation "org.jmock:jmock-junit4:2.8.2" testImplementation "org.jmock:jmock-legacy:2.8.2" - testImplementation "org.hamcrest:hamcrest-library:1.3" - testImplementation "org.hamcrest:hamcrest-core:1.3" testAnnotationProcessor 'com.google.dagger:dagger-compiler:2.19'