[voltdb] update to latest voltdb release. (#1402)

This commit is contained in:
Sean Busbey 2020-11-30 10:20:45 -06:00 коммит произвёл GitHub
Родитель c9ea9a5de1
Коммит 46d5d35713
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -149,7 +149,7 @@ LICENSE file.
<thrift.version>0.8.0</thrift.version>
<voldemort.version>0.81</voldemort.version>
<tablestore.version>4.8.0</tablestore.version>
<voltdb.version>9.1.1</voltdb.version>
<voltdb.version>10.1.1</voltdb.version>
</properties>
<modules>

Просмотреть файл

@ -60,13 +60,13 @@
<dependency>
<groupId>org.voltdb</groupId>
<artifactId>voltdbclient</artifactId>
<version>9.1.1</version>
<version>${voltdb.version}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.voltdb/voltdb -->
<dependency>
<groupId>org.voltdb</groupId>
<artifactId>voltdb</artifactId>
<version>9.1.1</version>
<version>${voltdb.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>