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

apupier 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 535bb142bae chore: Remove unused test dependencies in Microprofile 
Health
535bb142bae is described below

commit 535bb142bae19a0f4e81202bee7dc677d03d0417
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Wed Jun 5 11:11:50 2024 +0200

    chore: Remove unused test dependencies in Microprofile Health
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 .../camel-microprofile/camel-microprofile-health/pom.xml  | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/components/camel-microprofile/camel-microprofile-health/pom.xml 
b/components/camel-microprofile/camel-microprofile-health/pom.xml
index 50b4205940d..23af4e6f1fd 100644
--- a/components/camel-microprofile/camel-microprofile-health/pom.xml
+++ b/components/camel-microprofile/camel-microprofile-health/pom.xml
@@ -67,21 +67,6 @@
             <artifactId>camel-main</artifactId>
             <scope>test</scope>
         </dependency>
-
-        <!-- JSON support for smallrye-health -->
-        <dependency>
-            <groupId>jakarta.json</groupId>
-            <artifactId>jakarta.json-api</artifactId>
-            <version>${jakarta-json-api-version}</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.johnzon</groupId>
-            <artifactId>johnzon-core</artifactId>
-            <version>${johnzon-version}</version>
-            <scope>test</scope>
-        </dependency>
-
         <dependency>
             <groupId>org.junit.jupiter</groupId>
             <artifactId>junit-jupiter</artifactId>

Reply via email to