added scopt to pom deps
Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/a5926593 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/a5926593 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/a5926593 Branch: refs/heads/mahout-1541 Commit: a59265931ed3a51ba81e1a0a7171ebb102be4fa4 Parents: 74b9921 Author: pferrel <[email protected]> Authored: Wed Jun 4 13:13:13 2014 -0700 Committer: pferrel <[email protected]> Committed: Wed Jun 4 13:13:13 2014 -0700 ---------------------------------------------------------------------- spark/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/a5926593/spark/pom.xml ---------------------------------------------------------------------- diff --git a/spark/pom.xml b/spark/pom.xml index ac99ffd..1f08d9a 100644 --- a/spark/pom.xml +++ b/spark/pom.xml @@ -288,6 +288,13 @@ <!-- 3rd-party --> + + <dependency> + <groupId>com.github.scopt</groupId> + <artifactId>scopt_2.10</artifactId> + <version>3.2.0</version> + </dependency> + <!-- spark stuff --> <dependency> <groupId>org.apache.spark</groupId>
