use junit defined in libraries

This commit is contained in:
Strong Liu 2012-04-23 21:35:58 +08:00
parent 6a7b70d4cc
commit b78fb983f8
2 changed files with 1 additions and 6 deletions

View File

@ -2,7 +2,7 @@ apply plugin: 'java'
dependencies {
compile project( ':hibernate-core' )
compile "junit:junit:4.8.2"
compile( libraries.junit )
compile( libraries.byteman )
compile( libraries.byteman_install )
compile( libraries.byteman_bmunit )

View File

@ -94,11 +94,6 @@ public class ExtendedFrameworkMethod extends FrameworkMethod {
return delegatee.hashCode();
}
@Override
public boolean producesType(Class<?> type) {
return delegatee.producesType( type );
}
@Override
public Annotation[] getAnnotations() {
return delegatee.getAnnotations();