You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gn...@apache.org on 2020/07/27 15:39:09 UTC

[camel] 22/43: [CAMEL-11807] Upgrade camel-atmosphere-websocket to junit5

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

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 2edfd34ea5060b69dcc5ff81a4c69f3de08d31e6
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Mon Jul 27 12:57:42 2020 +0200

    [CAMEL-11807] Upgrade camel-atmosphere-websocket to junit5
---
 components/camel-atmosphere-websocket/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-atmosphere-websocket/pom.xml b/components/camel-atmosphere-websocket/pom.xml
index 35d57f6..42cd358 100644
--- a/components/camel-atmosphere-websocket/pom.xml
+++ b/components/camel-atmosphere-websocket/pom.xml
@@ -80,7 +80,7 @@
         </dependency>
         <dependency>
             <groupId>org.mockito</groupId>
-            <artifactId>mockito-core</artifactId>
+            <artifactId>mockito-junit-jupiter</artifactId>
             <scope>test</scope>
         </dependency>