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 @@ -337,7 +337,7 @@ org.apache.kerby:kerby-xdr:2.0.3
337337org.apache.kerby:token-provider:2.0.3
338338org.apache.solr:solr-solrj:8.11.2
339339org.apache.yetus:audience-annotations:0.5.0
340- org.apache.zookeeper:zookeeper:3.7.2
340+ org.apache.zookeeper:zookeeper:3.8.3
341341org.codehaus.jettison:jettison:1.5.4
342342org.eclipse.jetty:jetty-annotations:9.4.53.v20231009
343343org.eclipse.jetty:jetty-http:9.4.53.v20231009
Original file line number Diff line number Diff line change 103103 <hadoop-thirdparty-shaded-protobuf-prefix >${hadoop-thirdparty-shaded-prefix} .protobuf</hadoop-thirdparty-shaded-protobuf-prefix >
104104 <hadoop-thirdparty-shaded-guava-prefix >${hadoop-thirdparty-shaded-prefix} .com.google.common</hadoop-thirdparty-shaded-guava-prefix >
105105
106- <zookeeper .version>3.7.2 </zookeeper .version>
106+ <zookeeper .version>3.8.3 </zookeeper .version>
107107 <curator .version>5.2.0</curator .version>
108108 <findbugs .version>3.0.5</findbugs .version>
109109 <dnsjava .version>3.4.0</dnsjava .version>
14381438 <groupId >org.eclipse.jetty</groupId >
14391439 <artifactId >jetty-client</artifactId >
14401440 </exclusion >
1441+ <exclusion >
1442+ <groupId >ch.qos.logback</groupId >
1443+ <artifactId >logback-core</artifactId >
1444+ </exclusion >
1445+ <exclusion >
1446+ <groupId >ch.qos.logback</groupId >
1447+ <artifactId >logback-classic</artifactId >
1448+ </exclusion >
14411449 </exclusions >
14421450 </dependency >
14431451 <dependency >
14701478 <groupId >org.eclipse.jetty</groupId >
14711479 <artifactId >jetty-client</artifactId >
14721480 </exclusion >
1481+ <exclusion >
1482+ <groupId >ch.qos.logback</groupId >
1483+ <artifactId >logback-core</artifactId >
1484+ </exclusion >
1485+ <exclusion >
1486+ <groupId >ch.qos.logback</groupId >
1487+ <artifactId >logback-classic</artifactId >
1488+ </exclusion >
14731489 </exclusions >
14741490 </dependency >
14751491 <dependency >
You can’t perform that action at this time.
0 commit comments