This is an automated email from the ASF dual-hosted git repository.

lcwik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 01f3606  [Java] remove unneeded junit dependency.
     new 917a613  Merge pull request #9208 from 
amaliujia/rw-remove-unneeded-junit
01f3606 is described below

commit 01f360695061c44a4395d983c3c9ca1a2a66d296
Author: amaliujia <amaliu...@gmail.com>
AuthorDate: Wed Jul 31 14:13:28 2019 -0700

    [Java] remove unneeded junit dependency.
---
 runners/core-java/build.gradle | 1 -
 1 file changed, 1 deletion(-)

diff --git a/runners/core-java/build.gradle b/runners/core-java/build.gradle
index b3fc3a6..3a347f6 100644
--- a/runners/core-java/build.gradle
+++ b/runners/core-java/build.gradle
@@ -43,7 +43,6 @@ dependencies {
   testCompile library.java.hamcrest_core
   testCompile library.java.hamcrest_library
   testCompile library.java.mockito_core
-  testCompile library.java.junit
   testCompile library.java.slf4j_api
   testCompile library.java.jackson_dataformat_yaml
   testRuntimeOnly library.java.slf4j_simple

Reply via email to