HHH-6050 Changed single compile-time dependency to slf4j in parent build file to testRuntime

This commit is contained in:
JPAV 2011-03-24 13:12:51 -05:00
parent 9b06108300
commit f5a3e38cd7
2 changed files with 2 additions and 2 deletions

View File

@ -122,9 +122,9 @@ subprojects { subProject ->
// appropriately inject the common dependencies into each sub-project
dependencies {
compile( libraries.logging )
compile( libraries.slf4j_api )
testCompile( libraries.junit )
testCompile( libraries.atomikos )
testRuntime( libraries.slf4j_api )
testRuntime( libraries.slf4j_simple )
testRuntime( libraries.jcl_slf4j )
testRuntime( libraries.jcl_api )

View File

@ -13,7 +13,7 @@ dependencies {
// common
compile gradleApi()
compile localGroovy()
compile 'org.slf4j:slf4j-api:1.6.0'
// compile 'org.slf4j:slf4j-api:1.6.0'
compile 'org.apache.ant:ant:1.7.0'
compile 'org.apache.maven:maven-ant-tasks:2.1.0'