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

update dependency versions #367

Open
dportabella opened this issue Dec 18, 2017 · 5 comments
Open

update dependency versions #367

dportabella opened this issue Dec 18, 2017 · 5 comments

Comments

@dportabella
Copy link

the pom.xml still has a dependency on hadoop-core 0.20.2-cdh3u4 from 2011, and com.sleepycat:je:4.1.6.
these versions are quite old, and are clashing with other dependency versions from my projet.

is it possible to update the dependency versions of openwayback pom.xml?

                       <dependency>
				<artifactId>hadoop-core</artifactId>
				<groupId>org.apache.hadoop</groupId>
				<version>0.20.2-cdh3u4</version>
			</dependency>

@ldko
Copy link
Member

ldko commented Dec 18, 2017

Hi @dportabella, It would be great to update the dependencies. Have you looked into whether upgrading these dependencies here would break anything/require changes beyond the pom.xml? Thanks, Lauren

@dportabella
Copy link
Author

Yes, it does not compile anymore. There is some work to make it work when upgrading these dependencies.

@ldko
Copy link
Member

ldko commented Dec 19, 2017

I figured that would be the case considering how old the versions in use are, but wishful thinking... Are you interested in working on this issue? We would be happy to get a PR to fix this.

@dportabella
Copy link
Author

too busy for the next six months :(

@ldko
Copy link
Member

ldko commented Dec 19, 2017

yeah, I know how that is... Thanks for reporting the issue and perhaps someone will be able to pick it up in the meantime. Any volunteers?

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