<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-java</artifactId>
<version>6.34.0</version>
</dependency>
<parent> <groupId>net.sourceforge.pmd</groupId> <artifactId>pmd</artifactId> <version>6.34.0</version> </parent>
compile
|-- net.sourceforge.pmd:pmd-core
|-- net.sourceforge.saxon:saxon
|-- org.ow2.asm:asm
|-- org.apache.commons:commons-lang3
test
|-- net.sourceforge.pmd:pmd-lang-test
|-- net.sourceforge.pmd:pmd-test
|-- junit:junit
|-- com.github.stefanbirkner:system-rules
|-- org.apache.ant:ant-testutil
|-- com.github.oowekyala.treeutils:tree-matchers
|-- com.github.oowekyala.treeutils:tree-printers
|-- io.kotest:kotest-assertions-core-jvm
|-- io.kotest:kotest-runner-junit5-jvm
|-- org.jetbrains.kotlin:kotlin-stdlib
|-- org.jetbrains.kotlin:kotlin-test-junit
|-- org.apache.logging.log4j:log4j-api:2.13.3