Skip to content

Clear pom.xml dependencies when using gradle install #158

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

Closed
lukas-vlcek opened this issue May 3, 2010 · 2 comments
Closed

Clear pom.xml dependencies when using gradle install #158

lukas-vlcek opened this issue May 3, 2010 · 2 comments

Comments

@lukas-vlcek
Copy link
Contributor

gradle install produces pom.xml which contains compile time dependencies on log4j.1.2.15 (which has dependencies on javax.jms:jms, javax.mail:mail, com.sun.jmx:jmxri and com.sun.jdmk:jmxtools) and other unnecessary jars.

@lukas-vlcek
Copy link
Contributor Author

For now the workaround is to use dependency exclusions:

org.elasticsearch
elasticsearch
0.7.0-SNAPSHOT


javax.jms
jms


javax.mail
mail


com.sun.jmx
jmxri


com.sun.jdmk
jmxtools


@dadoonet
Copy link
Member

I think we can close this one. We don't use Gradle anymore ;-)

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