GitHub user pallavi-rao opened a pull request: https://github.com/apache/falcon/pull/401
Falcon 2326 Falcon Pull Request Builds failing Two clashing versions of AbstractFalconAspect were coming in: One from falcon-cli and another from falcon-prism. The fix is to exclude falcon-metrics from falcon-cli dependency. While I was at it, I also upgraded aspectj libraries, maven plugin and the java version. You can merge this pull request into a Git repository by running: $ git pull https://github.com/pallavi-rao/falcon FALCON-2326 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/falcon/pull/401.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #401 ---- commit cce15ea01be0c7e31f1034bbac6e8326c4f6f9c7 Author: Pallavi Nagesha Rao <pallavi.rao@...> Date: 2018-02-21T08:15:54Z FALCON-2325 Kerberos Service Token refresh does not happen commit e0c858abc68c3517b012f116ad87b6db2edcf6f3 Author: Pallavi Nagesha Rao <pallavi.rao@...> Date: 2018-02-21T08:18:00Z FALCON-2325 Removal of unnecessary whitespace commit 09ac52ddb6d28743de04b9c9107dc9e28745ecef Author: Pallavi Nagesha Rao <pallavi.rao@...> Date: 2018-02-23T09:45:31Z Merge remote-tracking branch 'upstream/master' into FALCON-2325 commit c807de9b721cb6496667f62e6d4e9874cdd68711 Author: Pallavi Nagesha Rao <pallavi.rao@...> Date: 2018-02-23T09:48:56Z FALCON-2326 Falcon Pull Request Builds failing ---- ---