Repository: mahout Updated Branches: refs/heads/master 7ae549fa8 -> 2831ae403
MAHOUT-1868: remove previously missed dependency Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/2831ae40 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/2831ae40 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/2831ae40 Branch: refs/heads/master Commit: 2831ae40364b9b4eb74807198dce1a4be005e5e3 Parents: 7ae549f Author: Andrew Palumbo <[email protected]> Authored: Fri Jun 10 13:26:55 2016 -0400 Committer: Andrew Palumbo <[email protected]> Committed: Fri Jun 10 13:26:55 2016 -0400 ---------------------------------------------------------------------- math-scala/pom.xml | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/2831ae40/math-scala/pom.xml ---------------------------------------------------------------------- diff --git a/math-scala/pom.xml b/math-scala/pom.xml index 280a7a1..0439d79 100644 --- a/math-scala/pom.xml +++ b/math-scala/pom.xml @@ -141,12 +141,6 @@ </dependency> - <dependency> - <groupId>com.github.haifengl</groupId> - <artifactId>smile-plot</artifactId> - <version>1.1.0</version> - </dependency> - <!-- scala stuff --> <dependency> <groupId>org.scalatest</groupId>
