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

forced inclusion of cascading-core and hadoop-core #23

Open
sorenmacbeth opened this issue Mar 24, 2013 · 2 comments
Open

forced inclusion of cascading-core and hadoop-core #23

sorenmacbeth opened this issue Mar 24, 2013 · 2 comments

Comments

@sorenmacbeth
Copy link
Collaborator

When I use dfs-datastores in a leiningen project and build an uberjar, dfs-datastores causes cascading-core 2.0.7 and hadoop-core 1.0.3 to be included in the jar.

I have to declare the deps like so to exclude them.

[com.backtype/dfs-datastores-cascading "1.3.0"
                  :exclusions [cascading/cascading-core
                               org.apache.hadoop/hadoop-core]]
@sritchie
Copy link
Collaborator

Hey, I bet we can fix this with a "provided" dependency. What do you think?

@sorenmacbeth
Copy link
Collaborator Author

Yeah, that's what I was thinking. I've no idea how to do that with sbt, but
I think that's probably the way to go.

On Mon, Mar 25, 2013 at 11:40 AM, Sam Ritchie [email protected]:

Hey, I bet we can fix this with a "provided" dependency. What do you think?


Reply to this email directly or view it on GitHubhttps://github.com//issues/23#issuecomment-15412979
.

http://about.me/soren

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