linghengqian opened a new issue, #2418:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/2418

   ## Feature Request
   
   **For English only**, other languages will not accept.
   
   Please pay attention on issues you submitted, because we maybe need more 
details. 
   If no response anymore and we cannot make decision by current information, 
we will **close it**.
   
   Please answer these questions before submitting your issue. Thanks!
   
   ### Is your feature request related to a problem?
   
   ### Describe the feature you would like.
   
   - The `elasticjob-spring-boot-starter` module should not pass 
`spring-boot-starter` dependencies downstream. This means that we always need 
to do this when using `elasticjob-spring-boot-starter` under Spring Boot 3.
   ```xml
   <dependency>
               <groupId>org.apache.shardingsphere.elasticjob</groupId>
               <artifactId>elasticjob-spring-boot-starter</artifactId>
               <version>3.1.0-SNAPSHOT</version>
               <exclusions>
                   <exclusion>
                       <groupId>org.springframework.boot</groupId>
                       <artifactId>spring-boot-starter</artifactId>
                   </exclusion>
               </exclusions>
   </dependency>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: 
notifications-unsubscr...@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to