gianm commented on PR #15014:
URL: https://github.com/apache/druid/pull/15014#issuecomment-1728216464

   I see the jdk11 and jdk17 static check jobs failing with an error like this:
   
   ```
   2023-09-19T22:16:13.1675252Z [INFO] --- exec-maven-plugin:1.6.0:exec 
(pull-deps) @ distribution ---
   2023-09-19T22:16:13.3089110Z Error: Unable to initialize main class 
org.apache.druid.cli.Main
   2023-09-19T22:16:13.3089734Z Caused by: java.lang.NoClassDefFoundError: 
com/github/rvesse/airline/parser/errors/ParseException
   2023-09-19T22:16:13.3825988Z [ERROR] Command execution failed.
   ```
   
   The same thing happened in #15008 when I tried to update 
`maven-shade-plugin`. So this may be related to the `maven-shade-plugin` update 
in this patch? Unfortunately I don't know what is going on in #15008, but 
hopefully this is a useful hint.


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to