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

ijuma 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 e57973b  KAFKA-12417: streams copyDependentLibs should not copy 
testRuntime configuration jars (#10466)
e57973b is described below

commit e57973bbf2e79cd9168b5c7fefb962289f5c0f62
Author: Dejan Stojadinović <[email protected]>
AuthorDate: Wed Apr 28 20:31:37 2021 +0200

    KAFKA-12417: streams copyDependentLibs should not copy testRuntime 
configuration jars (#10466)
    
    This also fixes a Gradle deprecation that unblocks the upgrade to Gradle 
7.0.
    
    Reviewers: Ismael Juma <[email protected]>
---
 build.gradle | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/build.gradle b/build.gradle
index b535dd3..2c21405 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1667,11 +1667,6 @@ project(':streams') {
   }
 
   tasks.create(name: "copyDependantLibs", type: Copy) {
-    from (configurations.testRuntime) {
-      include('slf4j-log4j12*')
-      include('log4j*jar')
-      include('*hamcrest*')
-    }
     from (configurations.runtimeClasspath) {
       exclude('kafka-clients*')
     }

Reply via email to