azkaban-aplcache

Remove hamcrest assertion library (#1187) We will standardize

6/8/2017 6:39:28 PM

Details

diff --git a/azkaban-common/build.gradle b/azkaban-common/build.gradle
index f9fe39e..92ff646 100644
--- a/azkaban-common/build.gradle
+++ b/azkaban-common/build.gradle
@@ -66,7 +66,6 @@ dependencies {
     compile('io.dropwizard.metrics:metrics-core:3.1.0')
     compile('io.dropwizard.metrics:metrics-jvm:3.1.0')
 
-    testCompile('org.hamcrest:hamcrest-all:1.3')
     testCompile('org.mockito:mockito-all:1.10.19')
     testCompile(project(':azkaban-test').sourceSets.test.output)
     testCompile('org.assertj:assertj-core:3.8.0')
diff --git a/azkaban-web-server/build.gradle b/azkaban-web-server/build.gradle
index 1fabec9..ac9395d 100644
--- a/azkaban-web-server/build.gradle
+++ b/azkaban-web-server/build.gradle
@@ -58,7 +58,6 @@ dependencies {
 
   testCompile(project(path: ':azkaban-common', configuration: 'testCompile'))
   testCompile('commons-collections:commons-collections:3.2.2')
-  testCompile('org.hamcrest:hamcrest-all:1.3')
 
   //AZ web module tests need to access classes defined in azkaban-common test module
   testCompile project(':azkaban-common').sourceSets.test.output