HHH-6050 Changed single compile-time dependency to slf4j in parent build file to testRuntime
This commit is contained in:
parent
9b06108300
commit
f5a3e38cd7
|
@ -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 )
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue