eolivelli commented on pull request #11859:
URL: https://github.com/apache/pulsar/pull/11859#issuecomment-909073901


   it looks like it is the HTTP Airlift dependency in Presto SQL distribution
   
   with jdk8:
   ```
   mvn dependency:tree
   [INFO] |  +- io.airlift:http-client:jar:0.195:compile
   [INFO] |  |  +- org.eclipse.jetty:jetty-client:jar:9.4.42.v20210604:compile
   [INFO] |  |  +- 
org.eclipse.jetty.http2:http2-client:jar:9.4.42.v20210604:compile
   [INFO] |  |  |  \- 
org.eclipse.jetty:jetty-alpn-client:jar:9.4.42.v20210604:compile
   [INFO] |  |  +- 
org.eclipse.jetty.http2:http2-http-client-transport:jar:9.4.42.v20210604:compile
   [INFO] |  |  |  \- 
org.eclipse.jetty:jetty-alpn-openjdk8-client:jar:9.4.42.v20210604:compile
   [INFO] |  |  \- net.jodah:failsafe:jar:2.0.1:compile
   ```
   
   with jdk11:
   ```
   [INFO] |  +- io.airlift:http-client:jar:0.195:compile
   [INFO] |  |  +- org.eclipse.jetty:jetty-client:jar:9.4.42.v20210604:compile
   [INFO] |  |  +- 
org.eclipse.jetty.http2:http2-client:jar:9.4.42.v20210604:compile
   [INFO] |  |  |  \- 
org.eclipse.jetty:jetty-alpn-client:jar:9.4.42.v20210604:compile
   [INFO] |  |  +- 
org.eclipse.jetty.http2:http2-http-client-transport:jar:9.4.42.v20210604:compile
   [INFO] |  |  |  \- 
org.eclipse.jetty:jetty-alpn-java-client:jar:9.4.42.v20210604:compile
   ```


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


Reply via email to