-
Notifications
You must be signed in to change notification settings - Fork 87
Expand file tree
/
Copy pathgradle.properties
More file actions
66 lines (54 loc) · 1.93 KB
/
Copy pathgradle.properties
File metadata and controls
66 lines (54 loc) · 1.93 KB
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
#
# 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
#
# https://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.
#
mavenCentralMirror=https://repo1.maven.org/maven2/
mavenSnapshotsRepo=https://central.sonatype.com/repository/maven-snapshots/
mavenReleasesRepo=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
systemProp.scala_binary_version=2.13
systemProp.known_scala_binary_versions=2.12,2.13
systemProp.spark_binary_version=4.0
systemProp.known_spark_binary_versions=3.3,3.4,3.5,4.0
group=com.clickhouse.spark
clickhouse_jdbc_version=0.9.5
clickhouse_client_v2_version=0.9.5
spark_33_version=3.3.4
spark_34_version=3.4.2
spark_35_version=3.5.1
spark_40_version=4.0.1
spark_33_scala_212_version=2.12.15
spark_34_scala_212_version=2.12.17
spark_35_scala_212_version=2.12.18
spark_33_scala_213_version=2.13.8
spark_34_scala_213_version=2.13.8
spark_35_scala_213_version=2.13.8
spark_40_scala_213_version=2.13.16
spark_33_antlr_version=4.8
spark_34_antlr_version=4.9.3
spark_35_antlr_version=4.9.3
spark_40_antlr_version=4.13.1
spark_33_jackson_version=2.13.4
spark_34_jackson_version=2.14.2
spark_35_jackson_version=2.15.2
spark_40_jackson_version=2.18.2
spark_33_slf4j_version=1.7.32
spark_34_slf4j_version=2.0.6
spark_35_slf4j_version=2.0.7
spark_40_slf4j_version=2.0.16
# Align with Apache Spark, and don't bundle them in release jar.
commons_lang3_version=3.17.0
commons_codec_version=1.17.2
# Test only
kyuubi_version=1.10.2
testcontainers_scala_version=0.41.2
scalatest_version=3.2.19
flexmark_version=0.62.2