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