hibernate-orm/hibernate-testing/hibernate-testing.gradle

6 lines
147 B
Groovy
Raw Normal View History

2011-03-07 17:20:53 -05:00
apply plugin: 'java'
dependencies {
compile( project( ':hibernate-core' ) )
compile( [group: 'junit', name: 'junit', version: '4.8.2'] )
}