Avoid dependency on Apache HTTP client for TLS hostname verifier (#7612) (#7664)

diff --git a/pulsar-sql/presto-pulsar/pom.xml b/pulsar-sql/presto-pulsar/pom.xml
index 73dd856..dd92cc8 100644
--- a/pulsar-sql/presto-pulsar/pom.xml
+++ b/pulsar-sql/presto-pulsar/pom.xml
@@ -124,7 +124,6 @@
                                     <include>javax.annotation:*</include>
                                     <include>org.glassfish.hk2*:*</include>
 
-                                    <include>org.apache.httpcomponents:*</include>
                                     <include>org.eclipse.jetty:*</include>
 
                                 </includes>
@@ -158,10 +157,6 @@
                                     <pattern>org.eclipse.jetty</pattern>
                                     <shadedPattern>org.apache.pulsar.shade.org.eclipse.jetty</shadedPattern>
                                 </relocation>
-                                <relocation>
-                                    <pattern>org.apache.http</pattern>
-                                    <shadedPattern>org.apache.pulsar.shade.org.apache.http</shadedPattern>
-                                </relocation>
 
                             </relocations>
                             <transformers>