Skip to content

Commit

Permalink
Merge pull request apache#12 from cunningt/remote-testcontainers
Browse files Browse the repository at this point in the history
Use org.testcontainers:testcontainers rather than camel-quarkus-integration-testcontainers-support
  • Loading branch information
cunningt committed Apr 29, 2021
2 parents ce43935 + dcab938 commit 8ba9792
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions itests/camel-k-itests-kamelet-reify/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,8 @@
</dependency>

<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-testcontainers-support</artifactId>
<version>${camel-quarkus-version}</version>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 8ba9792

Please sign in to comment.