KT-62004 Add kotlin-test maven artifacts to BOM integration test

This commit is contained in:
Ilya Gorbunov
2023-09-18 18:34:29 +02:00
committed by Space Team
parent eb813b7837
commit 2590e7f48b
@@ -43,6 +43,19 @@
<artifactId>kotlin-stdlib-common</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test</artifactId>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test-junit5</artifactId>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test-js</artifactId>
<scope>runtime</scope>
</dependency>
<!-- Depend on some artifact which itself depends on the old kotlin-reflect -->
<!-- And expect newer version of kotlin-reflect to be selected -->