You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gu...@apache.org on 2018/03/28 18:00:39 UTC

[kafka] branch trunk updated: MINOR: Depend on streams:test-utils for streams and examples tests (#4760)

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

guozhang pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 659fbb0  MINOR: Depend on streams:test-utils for streams and examples tests (#4760)
659fbb0 is described below

commit 659fbb0b06a79fa7e94ac0d68925b1718ed3f214
Author: John Roesler <vv...@users.noreply.github.com>
AuthorDate: Wed Mar 28 13:00:35 2018 -0500

    MINOR: Depend on streams:test-utils for streams and examples tests (#4760)
    
    Reviewers: Bill Bejeck <bi...@confluent.io>, Matthias J. Sax <ma...@confluent.io>, Guozhang Wang <wa...@gmail.com>
---
 build.gradle | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index d5fd7d5..f122ec1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -923,6 +923,7 @@ project(':streams') {
     testCompile project(':clients').sourceSets.test.output
     testCompile project(':core')
     testCompile project(':core').sourceSets.test.output
+    testCompile project(':streams:test-utils').sourceSets.main.output
     testCompile libs.junit
     testCompile libs.easymock
     testCompile libs.bcpkix
@@ -967,11 +968,12 @@ project(':streams:test-utils') {
   archivesBaseName = "kafka-streams-test-utils"
 
   dependencies {
-    compile project(':streams')
+    compile project(':streams').sourceSets.main.output
     compile project(':clients')
 
     testCompile project(':clients').sourceSets.test.output
     testCompile libs.junit
+    testCompile libs.rocksDBJni
 
     testRuntime libs.slf4jlog4j
   }

-- 
To stop receiving notification emails like this one, please contact
guozhang@apache.org.