File tree Expand file tree Collapse file tree
packaging/hudi-spark-bundle Expand file tree Collapse file tree Original file line number Diff line number Diff line change 366366 <groupId >${hive.groupid} </groupId >
367367 <artifactId >hive-service</artifactId >
368368 <version >${hive.version} </version >
369- <exclusions >
370- <exclusion >
371- <groupId >org.apache.hbase</groupId >
372- <artifactId >hbase-common</artifactId >
373- </exclusion >
374- </exclusions >
375369 </dependency >
376370
377371 <!-- Hoodie - Test -->
Original file line number Diff line number Diff line change 365365 <artifactId >servlet-api</artifactId >
366366 <groupId >javax.servlet</groupId >
367367 </exclusion >
368- <exclusion >
369- <groupId >org.apache.hbase</groupId >
370- <artifactId >hbase-common</artifactId >
371- </exclusion >
372368 </exclusions >
373369 </dependency >
374370
391387 <artifactId >hive-metastore</artifactId >
392388 <version >${hive.version} </version >
393389 <scope >${spark.bundle.hive.scope} </scope >
394- <exclusions >
395- <exclusion >
396- <groupId >org.apache.hbase</groupId >
397- <artifactId >hbase-client</artifactId >
398- </exclusion >
399- </exclusions >
400390 </dependency >
401391
402392 <dependency >
Original file line number Diff line number Diff line change 10821082 <groupId >log4j</groupId >
10831083 <artifactId >log4j</artifactId >
10841084 </exclusion >
1085+ <exclusion >
1086+ <groupId >org.apache.hbase</groupId >
1087+ <artifactId >hbase-common</artifactId >
1088+ </exclusion >
10851089 </exclusions >
10861090 </dependency >
10871091 <dependency >
11701174 <groupId >log4j</groupId >
11711175 <artifactId >log4j</artifactId >
11721176 </exclusion >
1177+ <exclusion >
1178+ <groupId >org.apache.hbase</groupId >
1179+ <artifactId >hbase-client</artifactId >
1180+ </exclusion >
11731181 </exclusions >
11741182 </dependency >
11751183 <dependency >
You can’t perform that action at this time.
0 commit comments