You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/07/13 03:33:25 UTC

[shardingsphere-elasticjob-lite] branch master updated: Add logback maven test scope dependency(#1036) (#1038)

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

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob-lite.git


The following commit(s) were added to refs/heads/master by this push:
     new c13ce9d  Add logback maven test scope dependency(#1036) (#1038)
c13ce9d is described below

commit c13ce9d4f5974284b0e4e7edfc2c47775f76bf81
Author: zhangzc <34...@qq.com>
AuthorDate: Mon Jul 13 11:33:18 2020 +0800

    Add logback maven test scope dependency(#1036) (#1038)
---
 elasticjob-executor/elasticjob-executor-kernel/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/elasticjob-executor/elasticjob-executor-kernel/pom.xml b/elasticjob-executor/elasticjob-executor-kernel/pom.xml
index e826ddb..4556daf 100644
--- a/elasticjob-executor/elasticjob-executor-kernel/pom.xml
+++ b/elasticjob-executor/elasticjob-executor-kernel/pom.xml
@@ -62,5 +62,11 @@
             <groupId>org.mockito</groupId>
             <artifactId>mockito-inline</artifactId>
         </dependency>
+        
+        <dependency>
+            <groupId>ch.qos.logback</groupId>
+            <artifactId>logback-classic</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 </project>