mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
Merge pull request #7731 from corda/ronanb/ES-2371/consume-snapshot-of-h2database
ES-2371: Consume H2 DB snapshot version
This commit is contained in:
commit
bcc427a9cd
@ -438,6 +438,13 @@ allprojects {
|
||||
includeGroup 'com.github.detro'
|
||||
}
|
||||
}
|
||||
// required until next version of h2database is released post 2.2.224
|
||||
maven {
|
||||
url "${publicArtifactURL}/corda-dependencies-dev"
|
||||
content {
|
||||
includeGroupByRegex 'com\\.h2database(\\..*)?'
|
||||
}
|
||||
}
|
||||
maven {
|
||||
url "${publicArtifactURL}/corda-dev"
|
||||
content {
|
||||
|
@ -78,7 +78,7 @@ joptSimpleVersion=5.0.2
|
||||
jansiVersion=1.18
|
||||
hibernateVersion=5.6.14.Final
|
||||
# h2Version - Update docs if renamed or removed.
|
||||
h2Version=2.2.224
|
||||
h2Version=2.2.224-R3
|
||||
rxjavaVersion=1.3.8
|
||||
dokkaVersion=0.10.1
|
||||
eddsaVersion=0.3.0
|
||||
|
Loading…
Reference in New Issue
Block a user