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

okhttp-digest unresolvable on maven central #817

Closed
tdiepenbrock opened this issue Sep 18, 2017 · 5 comments
Closed

okhttp-digest unresolvable on maven central #817

tdiepenbrock opened this issue Sep 18, 2017 · 5 comments

Comments

@tdiepenbrock
Copy link

Our customer is at a dead stop because com.burgstaller:okhttp-digest:jar:1.14 can't be resolved on maven central.

@hansenmc
Copy link
Contributor

hansenmc commented Sep 18, 2017

That artifact is not currently published to Maven Central, but is published to JCenter.

#795

Add this repository to your pom.xml repostories section:

<repository>
	<id>jcenter</id>
	<url>http://jcenter.bintray.com</url>
</repository>

@sammefford
Copy link
Contributor

@tdiepenbrock, are there better ways we can advertise such requirements? We included it on http://developer.marklogic.com/products/java , but maybe we should have it somewhere else also... Where did the customer go to download 4.0.2?

@hansenmc
Copy link
Contributor

It's worth creating a ticket asking them to publish to Maven Central.Bintray makes it really easy. Then it would resolve and "just work" without custom repository config.

@tdiepenbrock
Copy link
Author

tdiepenbrock commented Sep 18, 2017 via email

@jmakeig
Copy link
Contributor

jmakeig commented Nov 21, 2017

Is this still an issue? It’s not really in our control, as it’s a descendent ancestor.

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

No branches or pull requests

4 participants