добален тест H2db
This commit is contained in:
16
h2_playermanager/build.gradle
Normal file
16
h2_playermanager/build.gradle
Normal file
@@ -0,0 +1,16 @@
|
||||
version '1.0-SNAPSHOT'
|
||||
|
||||
dependencies {
|
||||
/* Core */
|
||||
compile_excludeCopy project(':core')
|
||||
|
||||
/* Spring */
|
||||
compile (group: 'org.springframework', name: 'spring-jdbc', version: spring_version) {
|
||||
exclude group: 'commons-logging'
|
||||
}
|
||||
|
||||
/* Database */
|
||||
compile (group: 'com.h2database', name: 'h2', version: '1.4.196')
|
||||
|
||||
testCompile (group: 'org.springframework', name: 'spring-test', version: spring_version)
|
||||
}
|
||||
Reference in New Issue
Block a user