From 03d03440b41d47b4e69ebdef3b1964dde1c8a5f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Fournier?= Date: Mon, 6 Jul 2020 13:25:54 +0200 Subject: [PATCH] Declare junit dependencies before kotlintest ones This is for the scala modules. Apparently in the other order, only kotlin tests are run. --- pmd-scala-modules/pmd-scala-common/pom.xml | 43 +++++++++++----------- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/pmd-scala-modules/pmd-scala-common/pom.xml b/pmd-scala-modules/pmd-scala-common/pom.xml index 1bfca64ac2..751918cc7f 100644 --- a/pmd-scala-modules/pmd-scala-common/pom.xml +++ b/pmd-scala-modules/pmd-scala-common/pom.xml @@ -112,6 +112,28 @@ commons-lang3 + + junit + junit + test + + + org.junit.vintage + junit-vintage-engine + test + + + net.sourceforge.pmd + pmd-test + test + + + net.sourceforge.pmd + pmd-lang-test + test + + + com.github.oowekyala.treeutils tree-matchers @@ -152,26 +174,5 @@ annotations test - - - junit - junit - test - - - org.junit.vintage - junit-vintage-engine - test - - - net.sourceforge.pmd - pmd-test - test - - - net.sourceforge.pmd - pmd-lang-test - test -