gora
gora copied to clipboard
GORA-630 Move hadoop-common dependencies from gora-hive pom to gora parent pom
Issue Link: https://issues.apache.org/jira/browse/GORA-630
Move hadoop-common dependencies from gora-hive pom to gora parent pom as recommended on the ticket
this is the first step after that i will be able to move to junit test
@khadijm Thank you for the PR. we basically had transitive dependency issue where the same jar exists multiple versions in class path that made a build failure. Please do full build using mvn clean install and see whether there s build failure when running tests. And see how can avoid this particular dependency conflict.