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

Missing dependency on maven central repository #8

Closed
fabioformosa opened this issue May 28, 2020 · 3 comments
Closed

Missing dependency on maven central repository #8

fabioformosa opened this issue May 28, 2020 · 3 comments

Comments

@fabioformosa
Copy link

Missing artifact com.github.hank-cp:spring-static-ctx:jar:0.1.1

It's a transitive dependency imported by sbp-spring-boot-starter and it's not in maven central repository.

@hank-cp
Copy link
Owner

hank-cp commented May 29, 2020

Released. Thanks to figure it out...😛

@hank-cp hank-cp closed this as completed May 29, 2020
@fabioformosa
Copy link
Author

You've published it with groupId org.laxture but cdb-core looks for com.github.hank-cp:spring-static-ctx.

hank-cp added a commit that referenced this issue Jun 1, 2020
@hank-cp
Copy link
Owner

hank-cp commented Jun 1, 2020

com.github.hank-cp:spring-static-ctx is avaiable from https://jitpack.io/.

Have unify libs location from maven central. Please check out version SNAPSHOT for now, or add following config to your build.gradle (if you are using gradle):

    repositories {
        ......
        maven { url "https://jitpack.io" }
    }

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

2 participants