Skip to content

Commit

Permalink
Merge pull request #23444 from geoand/aws-native2
Browse files Browse the repository at this point in the history
Remove now unused Apache HTTP Client dependency from AWS Lambda REST
  • Loading branch information
geoand authored Feb 4, 2022
2 parents 02cb817 + 65a4798 commit 59229ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
6 changes: 1 addition & 5 deletions extensions/amazon-lambda-rest/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-vertx-http-deployment</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-apache-httpclient-deployment</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-amazon-lambda-deployment</artifactId>
Expand Down Expand Up @@ -60,4 +56,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
4 changes: 0 additions & 4 deletions extensions/amazon-lambda-rest/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-core</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-apache-httpclient</artifactId>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 59229ce

Please sign in to comment.