File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 58
58
<dependency >
59
59
<groupId >org.apache.hadoop</groupId >
60
60
<artifactId >hadoop-client-runtime</artifactId >
61
- <version >3.3.6 </version >
61
+ <version >${dep.hadoop.version} </version >
62
62
<scope >test</scope >
63
63
<exclusions >
64
64
<exclusion >
70
70
<dependency >
71
71
<groupId >org.apache.hadoop</groupId >
72
72
<artifactId >hadoop-client-api</artifactId >
73
- <version >3.3.6 </version >
73
+ <version >${dep.hadoop.version} </version >
74
74
</dependency >
75
75
<dependency >
76
76
<groupId >org.apache.hadoop</groupId >
77
77
<artifactId >hadoop-common</artifactId >
78
- <version >3.3.6 </version >
78
+ <version >${dep.hadoop.version} </version >
79
79
<scope >test</scope >
80
80
<exclusions >
81
81
<exclusion >
Original file line number Diff line number Diff line change 37
37
<dep .grpc-bom.version>1.61.1</dep .grpc-bom.version>
38
38
<dep .protobuf-bom.version>3.23.1</dep .protobuf-bom.version>
39
39
<dep .jackson-bom.version>2.17.0</dep .jackson-bom.version>
40
- <dep .hadoop.version>3.3.6 </dep .hadoop.version>
40
+ <dep .hadoop.version>3.4.0 </dep .hadoop.version>
41
41
<dep .fbs.version>23.5.26</dep .fbs.version>
42
42
<dep .avro.version>1.11.3</dep .avro.version>
43
43
<arrow .vector.classifier />
You can’t perform that action at this time.
0 commit comments