You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2019/06/19 08:37:50 UTC

[GitHub] [incubator-iceberg] aokolnychyi commented on a change in pull request #228: Use Iceberg tables as sinks in Spark Structured Streaming

aokolnychyi commented on a change in pull request #228: Use Iceberg tables as sinks in Spark Structured Streaming
URL: https://github.com/apache/incubator-iceberg/pull/228#discussion_r295182019
 
 

 ##########
 File path: build.gradle
 ##########
 @@ -99,7 +99,7 @@ subprojects {
 
     testCompile 'junit:junit:4.12'
     testCompile 'org.slf4j:slf4j-simple:1.7.5'
-    testCompile 'org.mockito:mockito-all:1.10.19'
+    testCompile 'org.mockito:mockito-core:1.10.19'
 
 Review comment:
   `mockito-all` contains mockito classes as well as some dependencies, which might conflict with `junit`.
   For example, we cannot use `ExpectedException`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org