Skip to content

Commit

Permalink
Consolidate http based component integration tests #600
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Jan 6, 2020
1 parent f8538cf commit 64088ce
Show file tree
Hide file tree
Showing 14 changed files with 108 additions and 561 deletions.
128 changes: 0 additions & 128 deletions integration-tests/ahc/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 8 additions & 0 deletions integration-tests/http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-http</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-ahc</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-netty-http</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy</artifactId>
Expand Down

0 comments on commit 64088ce

Please sign in to comment.