summaryrefslogtreecommitdiffstats
path: root/components/core/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'components/core/pom.xml')
-rw-r--r--components/core/pom.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/components/core/pom.xml b/components/core/pom.xml
index 7c4116564..2e0ab54af 100644
--- a/components/core/pom.xml
+++ b/components/core/pom.xml
@@ -55,13 +55,9 @@
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
- <artifactId>kotlin-test</artifactId>
+ <artifactId>kotlin-test-junit</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- </dependency>
</dependencies>
</project>