You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by wu...@apache.org on 2020/12/28 06:35:33 UTC

[shardingsphere-elasticjob] branch master updated: FIX: The spring-boot-starter-jdbc is not optional in ElasticJob Spring Boot Starter (#1792)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4c7f4e8  FIX: The spring-boot-starter-jdbc is not optional in ElasticJob Spring Boot Starter (#1792)
4c7f4e8 is described below

commit 4c7f4e87f257fbba1a8f2042ff141a148dd33319
Author: 刘骏佳 <43...@users.noreply.github.com>
AuthorDate: Mon Dec 28 14:35:19 2020 +0800

    FIX: The spring-boot-starter-jdbc is not optional in ElasticJob Spring Boot Starter (#1792)
    
    Co-authored-by: liujunjia <li...@oppo.com>
---
 .../elasticjob-lite-spring/elasticjob-lite-spring-boot-starter/pom.xml   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-boot-starter/pom.xml b/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-boot-starter/pom.xml
index 5032914..3c276de 100644
--- a/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-boot-starter/pom.xml
+++ b/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-boot-starter/pom.xml
@@ -45,6 +45,7 @@
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-jdbc</artifactId>
+            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>