use junit defined in libraries
This commit is contained in:
parent
6a7b70d4cc
commit
b78fb983f8
|
@ -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 )
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue