From e3dd2ddef54e9aab37af79764cb1f296040e6bb6 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Fri, 3 Jan 2014 16:48:02 -0500 Subject: [PATCH] Downgraded scala-library to 2.10.0 from 2.10.2 to avoid error warnings. Added scala-test and overrode the default maven test plugin with a scala-test plugin. Added the scala-test library 2.0+ for writing unit tests in scala. --- pom.xml | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 259516b..6d9bb1c 100644 --- a/pom.xml +++ b/pom.xml @@ -29,9 +29,10 @@ UTF-8 1.7 3.8.1 + 2.0 1.2.17 1.7.5 - 2.10.2 + 2.10.0 8.0.0-M1 @@ -42,6 +43,12 @@ ${lib.junit.version} test + + org.scalatest + scalatest_2.10 + ${lib.scalatest.version} + test + log4j log4j @@ -90,6 +97,34 @@ + + + org.apache.maven.plugins + maven-surefire-plugin + 2.7 + + true + + + + + org.scalatest + scalatest-maven-plugin + 1.0-RC2 + + ${project.build.directory}/surefire-reports + . + WDF TestSuite.txt + + + + test + + test + + + + com.code54.mojo buildversion-plugin