openwayback icon indicating copy to clipboard operation
openwayback copied to clipboard

update dependency versions

Open dportabella opened this issue 8 years ago • 5 comments

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>

dportabella avatar Dec 18 '17 20:12 dportabella

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

ldko avatar Dec 18 '17 23:12 ldko

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

dportabella avatar Dec 19 '17 06:12 dportabella

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.

ldko avatar Dec 19 '17 16:12 ldko

too busy for the next six months :(

dportabella avatar Dec 19 '17 17:12 dportabella

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?

ldko avatar Dec 19 '17 18:12 ldko