Skip to content

Commit

Permalink
remove unnused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jmanuelosunamoreno committed Aug 13, 2024
1 parent c03beb3 commit 5df8781
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/edu/ohio/ais/rundeck/HttpBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import org.apache.http.entity.ContentType;
import org.apache.http.impl.client.CloseableHttpClient;
import org.apache.http.impl.client.HttpClientBuilder;
import org.apache.http.impl.conn.SystemDefaultRoutePlanner;
import org.apache.http.ssl.SSLContextBuilder;
import org.apache.http.util.EntityUtils;
import org.dom4j.DocumentHelper;
Expand All @@ -35,7 +34,6 @@
import org.yaml.snakeyaml.constructor.SafeConstructor;

import java.io.*;
import java.net.ProxySelector;
import java.security.GeneralSecurityException;
import java.security.cert.CertificateException;
import java.security.cert.X509Certificate;
Expand Down

0 comments on commit 5df8781

Please sign in to comment.