You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/02/28 13:54:31 UTC

[camel] 01/06: CAMEL-19062 - Clean up Parent POM - Awaitility

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 <an...@gmail.com>
AuthorDate: Tue Feb 28 13:53:48 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Awaitility
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 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>