From a52c0fa8dd942a0267bc674b5c7b165dbe49d4c6 Mon Sep 17 00:00:00 2001 From: witgo Date: Sat, 10 May 2014 00:50:33 +0800 Subject: [PATCH] fix test dependency --- core/pom.xml | 2 +- mllib/pom.xml | 6 ++++++ pom.xml | 11 +++++++++-- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 8fe215ab24289..2a18a2ec0f764 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -234,7 +234,7 @@ org.easymock - easymock + easymockclassextension test diff --git a/mllib/pom.xml b/mllib/pom.xml index cdd33dbb7970d..27dd536b6bc43 100644 --- a/mllib/pom.xml +++ b/mllib/pom.xml @@ -50,6 +50,12 @@ org.scalanlp breeze_${scala.binary.version} 0.7 + + + junit + junit + + org.scalatest diff --git a/pom.xml b/pom.xml index 18e39f0a0e37a..d7a72a34359dd 100644 --- a/pom.xml +++ b/pom.xml @@ -452,14 +452,14 @@ org.easymock - easymock + easymockclassextension 3.1 test org.mockito mockito-all - 1.8.5 + 1.9.0 test @@ -468,6 +468,12 @@ 1.11.3 test + + junit + junit + 4.10 + test + com.novocode junit-interface @@ -733,6 +739,7 @@ -unchecked -deprecation -feature + -language:postfixOps -Xms1024m