You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2021/11/02 13:14:32 UTC

[camel-k-runtime] branch main updated: chore(deps): remove useless test dependency

This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/main by this push:
     new e6ce08d  chore(deps): remove useless test dependency
e6ce08d is described below

commit e6ce08d02df8023385f7133cbb9c7635925c9826
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Tue Nov 2 12:36:49 2021 +0100

    chore(deps): remove useless test dependency
---
 components/camel-cloudevents/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/components/camel-cloudevents/pom.xml b/components/camel-cloudevents/pom.xml
index 9ffed19..9bc0380 100644
--- a/components/camel-cloudevents/pom.xml
+++ b/components/camel-cloudevents/pom.xml
@@ -79,11 +79,6 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
-            <artifactId>camel-test-junit5</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.camel</groupId>
             <artifactId>camel-http</artifactId>
             <scope>test</scope>
         </dependency>