Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The elasticjob-spring-boot-starter module should not pass spring-boot-starter dependencies downstream #2418

Closed
linghengqian opened this issue Aug 10, 2024 · 1 comment · Fixed by #2421
Assignees

Comments

@linghengqian
Copy link
Member

linghengqian commented Aug 10, 2024

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.
<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>
@linghengqian
Copy link
Member Author

  • I am working on the current issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant