This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 5af823eea194d4d1ac52fec409f482726e56b0e8 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Feb 28 13:53:48 2023 +0100 CAMEL-19062 - Clean up Parent POM - Awaitility Signed-off-by: Andrea Cosentino <[email protected]> --- parent/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 54c52b8248a..5d1a02fdcb1 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -2772,11 +2772,6 @@ <type>pom</type> <scope>import</scope> </dependency> - <dependency> - <groupId>org.awaitility</groupId> - <artifactId>awaitility</artifactId> - <version>${awaitility-version}</version> - </dependency> <dependency> <groupId>org.testcontainers</groupId> <artifactId>testcontainers</artifactId>
