-
Notifications
You must be signed in to change notification settings - Fork 81
/
gradle.properties
99 lines (96 loc) · 2.9 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
#
# Copyright 2019-2023 The Polypheny Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
versionMajor = 0
versionMinor = 10
versionMicro = 0
isRelease = false
# org.gradle.parallel = true
org.gradle.daemon = true
org.gradle.jvmargs = -Xmx6g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
# Dependency versions
activej_serializer_version = 6.0-beta2
airline_version = 2.9.0
bouncycastle_version = 1.77
calcite_linq4j_version = 1.36.0
commons_codec_version = 1.16.0
commons_collections_version = 4.4
commons_compiler_version = 3.0.11
commons_dbcp2_version = 2.12.0
commons_io_version = 2.15.1
commons_lang3_version = 3.16.0
cottontaildb_version = 0.13.3
cottontaildb_driver_version = 0.13.0
cottontaildb_eclipse_version = 7.1.2
cottontaildb_guave_version = 15.0
cottontaildb_kotlin_version = 1.2.41
cottontaildb_mapdb_version = 3.0.8
cottontaildb_grpc_version = 1.36.0
esri_geometry_api_version = 2.2.0
google_api_client_version = 1.33.0
google_api_sheets_version = v4-rev20210629-1.32.1
gradle_test_logger_version = 2.1.1
gson_version = 2.11.0
guava_version = 33.2.0-jre
hamcrest_core_version = 1.3
hsqldb_version = 2.7.3
jackson_annotations_version = 2.17.0
jackson_core_version = 2.17.0
jackson_databind_version = 2.17.0
janino_version = 3.0.11
java_diff_version = 1.1.2
javalin_version = 4.6.8
javacc_plugin_version = 3.0.2
javacc_version = 7.0.13
javacc_sql_version = 4.0
java_docker_version = 3.4.0
jetbrains_annotations_version = 24.1.0
json_path_version = 2.9.0
jsr305_version = 3.0.1
jts_version = 1.19.0
junit_jupiter_version = 5.11.0
junit_suite_version = 1.10.1
licensee_version = 1.11.0
license_report_version = 0.9.8
log4j_slf4j_impl_version = 2.23.1
lombok_version = 8.7.1
mariadb_version = 2.7.2
metadata_extractor_version = 2.15.0
mockito_core_version = 5.11.0
monetdb_version = 2.37
mongodb_driver_sync_version = 5.2.0
nebula_lint_version = 19.0.2
neo4j_version = 5.23.0
opencsv_version = 5.9
oshi_core_version = 6.6.2
oauth_client_version = 1.34.1
poi_version = 5.2.3
polypheny_jdbc_driver_version = 2.2
polypheny_ui_version = 2.0-SNAPSHOT
postgresql_version = 42.2.19
postgis_version = 2024.1.0
proj4j_version = 1.3.0
pf4j_version = 3.12.0
prism_api_version = 1.9
protobuf_version = 3.23.4
protobuf_plugin_version = 0.9.4
reflections_version = 0.10.2
shadow_plugin_version = 8.1.1
simplemagic_version = 1.17
slf4j_api_version = 2.0.16
typesafe_config_version = 1.2.1
unirest_version = 3.14.5
web3j_version = 5.0.0
zip4j_version = 2.11.5