HHH-6446 removed commons-logging dependencies

This commit is contained in:
Brett Meyer 2013-08-23 12:05:32 -04:00
parent 779b86055a
commit f4ebc36adb
2 changed files with 0 additions and 7 deletions

View File

@ -119,8 +119,6 @@ subprojects { subProject ->
testCompile( libraries.byteman )
testCompile( libraries.byteman_install )
testCompile( libraries.byteman_bmunit )
testRuntime( libraries.jcl_api )
testRuntime( libraries.jcl )
testRuntime( libraries.javassist )
testRuntime( libraries.h2 )

View File

@ -80,11 +80,6 @@ ext {
// ~~~~~~~~~~~~~~~~~~~~~~~~~~ testing
// logging for testing
jcl_api: 'commons-logging:commons-logging-api:99.0-does-not-exist',
jcl: 'commons-logging:commons-logging:99.0-does-not-exist',
junit: "junit:junit:${junitVersion}",
byteman: "org.jboss.byteman:byteman:${bytemanVersion}",
byteman_install: "org.jboss.byteman:byteman-install:${bytemanVersion}",