File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 73
73
<findbugs-maven-plugin .version>3.0.5</findbugs-maven-plugin .version>
74
74
<frontend-maven-plugin .version>1.8.0</frontend-maven-plugin .version>
75
75
<guava .version>32.0.1-jre</guava .version>
76
- <hadoop .version>3.3.6 </hadoop .version>
76
+ <hadoop .version>3.4.1 </hadoop .version>
77
77
<jdk .tools.version>1.8</jdk .tools.version>
78
78
<jersey .version>1.19.4</jersey .version>
79
79
<jettison .version>1.5.4</jettison .version>
Original file line number Diff line number Diff line change 45
45
<dependency >
46
46
<groupId >org.apache.hadoop</groupId >
47
47
<artifactId >hadoop-common</artifactId >
48
+ <exclusions >
49
+ <exclusion >
50
+ <groupId >org.apache.avro</groupId >
51
+ <artifactId >avro</artifactId >
52
+ </exclusion >
53
+ </exclusions >
48
54
</dependency >
49
55
<dependency >
50
56
<groupId >org.apache.hadoop</groupId >
You can’t perform that action at this time.
0 commit comments