After moving to gradle, core starts to have compile dependency on jetty-server, which was not the case pre-1.21.0.
Downstream users using calcite-core can bring in jetty-server dependencies accidentally. It should be excluded from compile dependency
- links to