File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-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
337
337
org.apache.kerby:token-provider:2.0.3
338
338
org.apache.solr:solr-solrj:8.11.2
339
339
org.apache.yetus:audience-annotations:0.5.0
340
- org.apache.zookeeper:zookeeper:3.7 .2
340
+ org.apache.zookeeper:zookeeper:3.8 .2
341
341
org.codehaus.jettison:jettison:1.5.4
342
342
org.eclipse.jetty:jetty-annotations:9.4.53.v20231009
343
343
org.eclipse.jetty:jetty-http:9.4.53.v20231009
Original file line number Diff line number Diff line change 103
103
<hadoop-thirdparty-shaded-protobuf-prefix >${hadoop-thirdparty-shaded-prefix} .protobuf</hadoop-thirdparty-shaded-protobuf-prefix >
104
104
<hadoop-thirdparty-shaded-guava-prefix >${hadoop-thirdparty-shaded-prefix} .com.google.common</hadoop-thirdparty-shaded-guava-prefix >
105
105
106
- <zookeeper .version>3.7 .2</zookeeper .version>
106
+ <zookeeper .version>3.8 .2</zookeeper .version>
107
107
<curator .version>5.2.0</curator .version>
108
108
<findbugs .version>3.0.5</findbugs .version>
109
109
<dnsjava .version>3.4.0</dnsjava .version>
1438
1438
<groupId >org.eclipse.jetty</groupId >
1439
1439
<artifactId >jetty-client</artifactId >
1440
1440
</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 >
1441
1449
</exclusions >
1442
1450
</dependency >
1443
1451
<dependency >
You can’t perform that action at this time.
0 commit comments