fix h2 database version
This commit is contained in:
+2
-2
@@ -14,7 +14,7 @@ war.enabled = true
|
|||||||
|
|
||||||
ext['logback.version'] = '1.2.10'
|
ext['logback.version'] = '1.2.10'
|
||||||
group = 'com.eactive'
|
group = 'com.eactive'
|
||||||
version = '1.0.2'
|
version = '1.0.3'
|
||||||
sourceCompatibility = '1.8'
|
sourceCompatibility = '1.8'
|
||||||
|
|
||||||
|
|
||||||
@@ -56,7 +56,7 @@ dependencies {
|
|||||||
implementation ('commons-beanutils:commons-beanutils:1.9.4') {
|
implementation ('commons-beanutils:commons-beanutils:1.9.4') {
|
||||||
exclude group: 'commons-collections', module: 'commons-collections'
|
exclude group: 'commons-collections', module: 'commons-collections'
|
||||||
}
|
}
|
||||||
runtimeOnly 'com.h2database:h2'
|
runtimeOnly 'com.h2database:h2:1.4.200'
|
||||||
implementation 'org.mdkt.compiler:InMemoryJavaCompiler:1.3.0'
|
implementation 'org.mdkt.compiler:InMemoryJavaCompiler:1.3.0'
|
||||||
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user