File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed
hadoop-hdfs-project/hadoop-hdfs-client
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
115115 <groupId >io.netty</groupId >
116116 <artifactId >netty-transport</artifactId >
117117 </exclusion >
118+ <exclusion >
119+ <groupId >com.fasterxml.jackson.dataformat</groupId >
120+ <artifactId >jackson-dataformat-yaml</artifactId >
121+ </exclusion >
118122 </exclusions >
119123 </dependency >
120124 <dependency >
Original file line number Diff line number Diff line change 13001300 <artifactId >jackson-dataformat-cbor</artifactId >
13011301 <version >${jackson2.version} </version >
13021302 </dependency >
1303- <dependency >
1304- <groupId >com.fasterxml.jackson.dataformat</groupId >
1305- <artifactId >jackson-dataformat-yaml</artifactId >
1306- <version >${jackson2.version} </version >
1307- </dependency >
13081303 <dependency >
13091304 <groupId >org.mockito</groupId >
13101305 <artifactId >mockito-core</artifactId >
Original file line number Diff line number Diff line change 330330 <groupId >com.fasterxml.jackson.core</groupId >
331331 <artifactId >jackson-databind</artifactId >
332332 </dependency >
333- <dependency >
334- <groupId >com.fasterxml.jackson.dataformat</groupId >
335- <artifactId >jackson-dataformat-yaml</artifactId >
336- </dependency >
337333 </dependencies >
338334
339335 <build >
You can’t perform that action at this time.
0 commit comments