diff --git a/pom.xml b/pom.xml index 6cbc41b..70850da 100644 --- a/pom.xml +++ b/pom.xml @@ -37,12 +37,6 @@ 4.1.0 test - - org.apache.httpcomponents - httpclient - RELEASE - compile - diff --git a/src/main/java/com/cleafy/elasticsearch6/plugins/http/auth/BasicRestFilter.java b/src/main/java/com/cleafy/elasticsearch6/plugins/http/auth/BasicRestFilter.java deleted file mode 100644 index eb77976..0000000 --- a/src/main/java/com/cleafy/elasticsearch6/plugins/http/auth/BasicRestFilter.java +++ /dev/null @@ -1,4 +0,0 @@ -package com.cleafy.elasticsearch6.plugins.http.auth; - -public class BasicRestFilter { -}