[ https://issues.apache.org/jira/browse/MAHOUT-282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830970#action_12830970 ]
Drew Farris commented on MAHOUT-282: ------------------------------------ Mahout doesn't pull commons-cli in directly, rather hadoop pulls it in as a transitive dependency. I had previously set an exclusion on the hadoop dependency for commons cli 1.1 which would prevent it from being pulled in because I did not think it was needed. Turns out it is. This patch removes that exclusion > Remove assembly from core, re-add commons-cli 1.x (no longer exluced from > hadoop dependency) > -------------------------------------------------------------------------------------------- > > Key: MAHOUT-282 > URL: https://issues.apache.org/jira/browse/MAHOUT-282 > Project: Mahout > Issue Type: Improvement > Affects Versions: 0.3 > Reporter: Drew Farris > Fix For: 0.3 > > Attachments: MAHOUT-282.patch > > > Very small cleanup patch. > The assembly from core is no longer needed with the addition of the release > artifacts that get built in MAHOUT-215, removing it because it slows down the > build. > commons-cli 1.1 shouldn't be excluded from hadoop because it is needed by > hadoop's GenericOptionsParser. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.