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/03/03 09:29:47 UTC

[camel] branch main updated: CAMEL-19062 - Clean up Parent POM - HTTP Unit

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


The following commit(s) were added to refs/heads/main by this push:
     new 6b898e76f77 CAMEL-19062 - Clean up Parent POM - HTTP Unit
6b898e76f77 is described below

commit 6b898e76f775f5818ab474b6e51ad24e54564ba4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 3 10:02:45 2023 +0100

    CAMEL-19062 - Clean up Parent POM - HTTP Unit
    
    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 7bd5c6bcbf7..48714d00543 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2773,11 +2773,6 @@
                 <scope>import</scope>
             </dependency>
 	    
-            <dependency>
-                <groupId>httpunit</groupId>
-                <artifactId>httpunit</artifactId>
-                <version>${httpunit-version}</version>
-            </dependency>
             <dependency>
                 <groupId>org.testcontainers</groupId>
                 <artifactId>junit-jupiter</artifactId>