Skip to content

Commit

Permalink
Fix aws2-support dependency on httpclient
Browse files Browse the repository at this point in the history
  • Loading branch information
aloubyansky committed May 27, 2021
1 parent cc52b42 commit fd65906
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion extensions-support/aws2/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-httpclient-deployment</artifactId>
<artifactId>camel-quarkus-support-httpclient</artifactId>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
Expand Down
4 changes: 0 additions & 4 deletions integration-tests/aws2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-timer</artifactId>
</dependency>
<dependency><!-- Workaround for https://github.com/apache/camel-quarkus/issues/2670 -->
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy</artifactId>
</dependency>

<!-- test dependencies -->
<dependency>
Expand Down

0 comments on commit fd65906

Please sign in to comment.