diff --git a/pmd-lang-test/pom.xml b/pmd-lang-test/pom.xml index 26669a0869..ffc92adffc 100644 --- a/pmd-lang-test/pom.xml +++ b/pmd-lang-test/pom.xml @@ -89,11 +89,39 @@ pmd-core + + org.apache.commons + commons-lang3 + + + commons-io + commons-io + + + + io.kotlintest + kotlintest-assertions + compile + + + org.jetbrains.kotlin + kotlin-test + compile + + + + org.jetbrains + annotations + 13.0 + compile + + org.hamcrest hamcrest @@ -141,12 +169,18 @@ 2.1.0 compile + + com.github.oowekyala.treeutils + tree-printers + 2.1.0 + compile + net.sourceforge.pmd pmd-java - 6.12.0 + 6.25.0 test diff --git a/pom.xml b/pom.xml index 794df57bdc..a9c6d1a661 100644 --- a/pom.xml +++ b/pom.xml @@ -812,12 +812,25 @@ test + + org.jetbrains.kotlin + kotlin-test + ${kotlin.version} + test + + io.kotlintest kotlintest-runner-junit5 3.1.8 test + + io.kotlintest + kotlintest-assertions + 3.1.8 + test +