Skip to content

Commit

Permalink
Exclude log4j and slf4j jars from the distribution; the logging setup…
Browse files Browse the repository at this point in the history
… is in XML Calabash
  • Loading branch information
ndw committed Apr 9, 2015
1 parent 25ef628 commit 60ef6f3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.gradle
Expand Up @@ -31,6 +31,15 @@ configurations {
copydep.exclude module: 'httpclient'
copydep.exclude module: 'httpclient-cache'
copydep.exclude module: 'httpcore'
/* Exclude logging artifacts so they don't duplicate what's in XML Calabash */
copydep.exclude module: 'jcl-over-slf4j'
copydep.exclude module: 'log4j'
copydep.exclude module: 'log4j-api'
copydep.exclude module: 'log4j-core'
copydep.exclude module: 'log4j-slf4j-impl'
copydep.exclude module: 'org.restlet.ext.slf4j'
copydep.exclude module: 'slf4j-api'
copydep.exclude module: 'slf4j-log4j12'
}

configurations.all {
Expand Down

0 comments on commit 60ef6f3

Please sign in to comment.