Add julia to language deps

This commit is contained in:
Clément Fournier 2023-04-29 00:34:14 +02:00
parent 640ad6cf1d
commit 750a6af37d
No known key found for this signature in database
GPG Key ID: 4D8D42402E4F47E2

View File

@ -74,6 +74,11 @@
<artifactId>pmd-jsp</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-julia</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-kotlin</artifactId>