File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 155
155
<version >${hbase.version} </version >
156
156
</dependency >
157
157
158
- <!-- Zookeeper -->
159
158
<dependency >
160
159
<groupId >org.apache.zookeeper</groupId >
161
160
<artifactId >zookeeper</artifactId >
166
165
<artifactId >zookeeper-jute</artifactId >
167
166
<version >${zookeeper.version} </version >
168
167
</dependency >
168
+ <dependency >
169
+ <groupId >org.apache.hadoop</groupId >
170
+ <artifactId >hadoop-hdfs-client</artifactId >
171
+ <version >${hadoop.version} </version >
172
+ <exclusions >
173
+ <exclusion >
174
+ <artifactId >commons-logging</artifactId >
175
+ <groupId >commons-logging</groupId >
176
+ </exclusion >
177
+ </exclusions >
178
+ <scope >test</scope >
179
+ </dependency >
169
180
<!-- Needed by secured tests: provides org.apache.hadoop.minikdc.MiniKdc -->
170
181
<dependency >
171
182
<groupId >org.apache.hadoop</groupId >
Original file line number Diff line number Diff line change 80
80
<forkCount >1</forkCount >
81
81
<freemarker .version>2.3.30</freemarker .version>
82
82
<guava .version>32.1.2-jre</guava .version>
83
- <hadoop .version>3.3.6 </hadoop .version>
83
+ <hadoop .version>3.4.1 </hadoop .version>
84
84
<hamcrest .version>2.2</hamcrest .version>
85
85
<hbase .version>2.6.1-hadoop3</hbase .version>
86
86
<hikari .version>4.0.3</hikari .version>
You can’t perform that action at this time.
0 commit comments