diff options
Diffstat (limited to 'components/resource-dict/pom.xml')
-rw-r--r-- | components/resource-dict/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/resource-dict/pom.xml b/components/resource-dict/pom.xml index 508ae96f4..517895cb4 100644 --- a/components/resource-dict/pom.xml +++ b/components/resource-dict/pom.xml @@ -39,7 +39,7 @@ </dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
- <artifactId>kotlin-test</artifactId>
+ <artifactId>kotlin-test-junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
|