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

Wrong groupId for spring-static-ctx dependency #9

Closed
fabioformosa opened this issue May 29, 2020 · 2 comments
Closed

Wrong groupId for spring-static-ctx dependency #9

fabioformosa opened this issue May 29, 2020 · 2 comments
Assignees
Milestone

Comments

@fabioformosa
Copy link

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

@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" }
    }

@hank-cp hank-cp added this to the 0.1.5 milestone Jun 1, 2020
@hank-cp hank-cp self-assigned this Jun 1, 2020
@fabioformosa
Copy link
Author

Ok, thanks! I've added jitpack as repository. I'm using maven, so I've added into my pom.xml:

<repositories>
      <repository>
          <id>jitpack.io</id>
          <url>https://jitpack.io</url>
      </repository>
    </repositories>

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