diff --git a/extensions/amazon-lambda-rest/deployment/pom.xml b/extensions/amazon-lambda-rest/deployment/pom.xml index 97aa14362fcb0..ee947d1bc5adb 100644 --- a/extensions/amazon-lambda-rest/deployment/pom.xml +++ b/extensions/amazon-lambda-rest/deployment/pom.xml @@ -27,10 +27,6 @@ io.quarkus quarkus-vertx-http-deployment - - io.quarkus - quarkus-apache-httpclient-deployment - io.quarkus quarkus-amazon-lambda-deployment @@ -60,4 +56,4 @@ - \ No newline at end of file + diff --git a/extensions/amazon-lambda-rest/runtime/pom.xml b/extensions/amazon-lambda-rest/runtime/pom.xml index 58f3b301b0d8c..d8c8769649037 100644 --- a/extensions/amazon-lambda-rest/runtime/pom.xml +++ b/extensions/amazon-lambda-rest/runtime/pom.xml @@ -31,10 +31,6 @@ io.quarkus quarkus-core - - io.quarkus - quarkus-apache-httpclient -