File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ org.apache.kerby:kerby-util:1.0.1
341341org.apache.kerby:kerby-xdr:1.0.1
342342org.apache.kerby:token-provider:1.0.1
343343org.apache.yetus:audience-annotations:0.5.0
344- org.apache.zookeeper:zookeeper:3.7.2
344+ org.apache.zookeeper:zookeeper:3.8.4
345345org.codehaus.jettison:jettison:1.5.4
346346org.eclipse.jetty:jetty-annotations:9.4.53.v20231009
347347org.eclipse.jetty:jetty-http:9.4.53.v20231009
Original file line number Diff line number Diff line change 105105 <hadoop-thirdparty-shaded-protobuf-prefix >${hadoop-thirdparty-shaded-prefix} .protobuf</hadoop-thirdparty-shaded-protobuf-prefix >
106106 <hadoop-thirdparty-shaded-guava-prefix >${hadoop-thirdparty-shaded-prefix} .com.google.common</hadoop-thirdparty-shaded-guava-prefix >
107107
108- <zookeeper .version>3.7.2 </zookeeper .version>
108+ <zookeeper .version>3.8.4 </zookeeper .version>
109109 <curator .version>5.2.0</curator .version>
110110 <findbugs .version>3.0.5</findbugs .version>
111111 <dnsjava .version>2.1.7</dnsjava .version>
14151415 <groupId >log4j</groupId >
14161416 <artifactId >log4j</artifactId >
14171417 </exclusion >
1418+ <exclusion >
1419+ <groupId >ch.qos.logback</groupId >
1420+ <artifactId >logback-core</artifactId >
1421+ </exclusion >
1422+ <exclusion >
1423+ <groupId >ch.qos.logback</groupId >
1424+ <artifactId >logback-classic</artifactId >
1425+ </exclusion >
14181426 <exclusion >
14191427 <groupId >org.slf4j</groupId >
14201428 <artifactId >slf4j-api</artifactId >
14631471 <groupId >log4j</groupId >
14641472 <artifactId >log4j</artifactId >
14651473 </exclusion >
1474+ <exclusion >
1475+ <groupId >ch.qos.logback</groupId >
1476+ <artifactId >logback-core</artifactId >
1477+ </exclusion >
1478+ <exclusion >
1479+ <groupId >ch.qos.logback</groupId >
1480+ <artifactId >logback-classic</artifactId >
1481+ </exclusion >
14661482 <exclusion >
14671483 <groupId >org.slf4j</groupId >
14681484 <artifactId >slf4j-log4j12</artifactId >
You can’t perform that action at this time.
0 commit comments