iipc / openwayback

The OpenWayback Development
http://www.netpreserve.org/openwayback
Apache License 2.0
473 stars 271 forks source link

update dependency versions #367

Open dportabella opened 6 years ago

dportabella commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

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

ldko commented 6 years ago

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 commented 6 years ago

too busy for the next six months :(

ldko commented 6 years ago

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?