aboutsummaryrefslogtreecommitdiffstats
path: root/pf4j/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pf4j/pom.xml')
-rw-r--r--pf4j/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pf4j/pom.xml b/pf4j/pom.xml
index 7061db6..9286d7e 100644
--- a/pf4j/pom.xml
+++ b/pf4j/pom.xml
@@ -199,6 +199,12 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib</artifactId>
+ <version>2.0.21</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>