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 guava dependency with sbt #95

Closed
syves opened this issue Feb 5, 2016 · 2 comments
Closed

missing guava dependency with sbt #95

syves opened this issue Feb 5, 2016 · 2 comments

Comments

@syves
Copy link

syves commented Feb 5, 2016

When I pull in the library through sbt
by adding to build.sbt ->
libraryDependencies += "com.ning.billing" % "recurly-java-library" % "0.4.0"

I get this error:

java.lang.NoClassDefFoundError: com/google/common/io/Resources)
java.lang.NoClassDefFoundError: com/google/common/io/Resources
at com.ning.billing.recurly.RecurlyClient.buildUserAgent(RecurlyClient.java:1045)
at com.ning.billing.recurly.RecurlyClient.(RecurlyClient.java:144)

I had to fish around and finally determined I needed ->
libraryDependencies += "com.google.guava" % "guava" % "18.0"

I'm not sure why this isn't included, or pulled in properly. FYI!

@pierre
Copy link
Member

pierre commented Feb 8, 2016

Duplicate of #73.

@pierre pierre closed this as completed Feb 8, 2016
@syves
Copy link
Author

syves commented Feb 8, 2016

Oh ok!

On Mon, Feb 8, 2016 at 10:30 AM, Pierre-Alexandre Meyer <
notifications@github.com> wrote:

Duplicate of #73
#73.


Reply to this email directly or view it on GitHub
#95 (comment)
.

mmetterle pushed a commit to barklyprotects/recurly-java-library that referenced this issue Feb 5, 2020
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

2 participants