eric9204 commented on code in PR #8706:
URL: https://github.com/apache/hudi/pull/8706#discussion_r1193313618
##########
hudi-timeline-service/pom.xml:
##########
@@ -87,6 +87,12 @@
<artifactId>kryo-shaded</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-util</artifactId>
+ <version>${jetty.version}</version>
Review Comment:
Problem recurrence command:
```
mvn clean package -DskipTests -Dspark3.1 -Dscala-2.12 -Dflink1.17
-Dhive.version=3.1.2 -Pflink-bundle-shade-hive3 -Dhadoop.version=3.3.0
-Dcheckstyle.skip=true -Drat.skip=true -pl packaging/hudi-flink-bundle -am
```
There is only one version of jetty jar on the dependency tree of
`hudi-timeline-service`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]