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

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

commit 492f008a89a90df4713dd11cfc57566fde7b1e44
Author: Zineb Bendhiba <bendhiba.zi...@gmail.com>
AuthorDate: Mon May 3 13:36:19 2021 +0200

    fix junit-platform-laucher fo catalog
---
 catalog/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/catalog/pom.xml b/catalog/pom.xml
index 8a76ad1..ac93f17 100644
--- a/catalog/pom.xml
+++ b/catalog/pom.xml
@@ -58,6 +58,11 @@
             <artifactId>junit-jupiter-engine</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.junit.platform</groupId>
+            <artifactId>junit-platform-launcher</artifactId>
+            <scope>test</scope>
+        </dependency>
 
         <!-- The following dependencies guarantee that this module is built 
after them. You can update them by running `mvn process-resources -Pformat -N` 
from the source tree root directory -->
         <dependency>

Reply via email to