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

Remove library eviction warnings with sbt #132

Open
pankajgupta opened this issue Jan 24, 2015 · 2 comments
Open

Remove library eviction warnings with sbt #132

pankajgupta opened this issue Jan 24, 2015 · 2 comments

Comments

@pankajgupta
Copy link
Contributor

When using sbt, we are currently getting:

[warn] There may be incompatibilities among your library dependencies.
[warn] Here are some of the libraries that were evicted:
[warn] * com.google.guava:guava:13.0.1 -> 16.0.1
[warn] Run 'evicted' to see detailed eviction warnings

@szymonm
Copy link
Contributor

szymonm commented Jan 24, 2015

The problem is "com.github.spullara.mustache.java" % "compiler" % mustacheVersion dependency of twitter-server that needs guava 13.0.1.

And twitter-utils depends on com.google.code.findbugs:jsr305:1.3.9 that is also old.

@travisbrown @caniszczyk Can you do anything about that?

@pankajgupta
Copy link
Contributor Author

At least twitter-server should not be needed in cassovary-core. I have removed it (in commit d6032e6) as a shared dependency and left it for only cassovary-server (for which the eviction problem remains).

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