You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2019/02/17 08:44:49 UTC

[camel] branch master updated: camel-mail: Do not override managed version of assertj-core test dependency.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1cb1a45  camel-mail: Do not override managed version of assertj-core test dependency.
1cb1a45 is described below

commit 1cb1a457c9167d8fa5eb71c2638aad9e0d419032
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Sun Feb 17 09:44:37 2019 +0100

    camel-mail: Do not override managed version of assertj-core test dependency.
---
 components/camel-mail/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/components/camel-mail/pom.xml b/components/camel-mail/pom.xml
index 15d0fe2fb..9d91cef 100644
--- a/components/camel-mail/pom.xml
+++ b/components/camel-mail/pom.xml
@@ -108,7 +108,6 @@
         <dependency>
           <groupId>org.assertj</groupId>
           <artifactId>assertj-core</artifactId>
-          <version>${assertj-version}</version>
           <scope>test</scope>
         </dependency>
     </dependencies>