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

spring-core dependency #7

Closed
adibaba opened this issue Feb 12, 2019 · 2 comments
Closed

spring-core dependency #7

adibaba opened this issue Feb 12, 2019 · 2 comments

Comments

@adibaba
Copy link

adibaba commented Feb 12, 2019

I got an error while building several lsq-sub-projects.
Maven was not able to find spring-core.

After changing

            <dependency>
                <groupId>org.springframework</groupId>
                <artifactId>spring-core</artifactId>
                <version>4.3.18</version>
            </dependency>

back to

            <dependency>
                <groupId>org.springframework</groupId>
                <artifactId>spring-core</artifactId>
                <version>4.3.5.RELEASE</version>
            </dependency>

the build process finishes.

This change is based on the commit 69a0d10

@xqx1568
Copy link

xqx1568 commented May 6, 2019

Thank you very much.I'm not familiar with maven project, you save me a lot of time.

@Aklakan
Copy link
Member

Aklakan commented Oct 6, 2020

spring is currently not used anymore in lsq. It may become reinstated as a separate 'lsq-spring-integration' module; but core modules depending on spring have always resulted in pain.

@Aklakan Aklakan closed this as completed Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants