Skip to content

Commit

Permalink
KAFKA-2716: Make Kafka core not depend on log4j-appender
Browse files Browse the repository at this point in the history
Author: Ashish Singh <[email protected]>

Reviewers: Ismael Juma

Closes apache#405 from SinghAsDev/KAFKA-2716
  • Loading branch information
Ashish Singh authored and gwenshap committed Nov 3, 2015
1 parent 840e958 commit edddc41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ project(':core') {

dependencies {
compile project(':clients')
compile project(':log4j-appender')
compile "$slf4jlog4j"
compile "org.scala-lang:scala-library:$scalaVersion"
compile 'org.apache.zookeeper:zookeeper:3.4.6'
compile 'com.101tec:zkclient:0.6'
Expand Down Expand Up @@ -318,7 +318,6 @@ project(':core') {
from(configurations.runtime) { into("libs/") }
from(configurations.archives.artifacts.files) { into("libs/") }
from(project.siteDocsTar) { into("site-docs/") }
from(project(':log4j-appender').jar) { into("libs/") }
from(project(':tools').jar) { into("libs/") }
from(project(':tools').configurations.runtime) { into("libs/") }
}
Expand Down Expand Up @@ -505,6 +504,7 @@ project(':tools') {

dependencies {
compile project(':clients')
compile project(':log4j-appender')
compile 'net.sourceforge.argparse4j:argparse4j:0.5.0'
compile "com.fasterxml.jackson.core:jackson-databind:$jackson_version"
compile "$slf4jlog4j"
Expand Down

0 comments on commit edddc41

Please sign in to comment.