From 2590e7f48b61e61aa7ece02963c8469998e01dda Mon Sep 17 00:00:00 2001 From: Ilya Gorbunov Date: Mon, 18 Sep 2023 18:34:29 +0200 Subject: [PATCH] KT-62004 Add kotlin-test maven artifacts to BOM integration test --- .../src/it/test-bom/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/libraries/tools/kotlin-maven-plugin-test/src/it/test-bom/pom.xml b/libraries/tools/kotlin-maven-plugin-test/src/it/test-bom/pom.xml index d026a5dc354..1c74ec14166 100644 --- a/libraries/tools/kotlin-maven-plugin-test/src/it/test-bom/pom.xml +++ b/libraries/tools/kotlin-maven-plugin-test/src/it/test-bom/pom.xml @@ -43,6 +43,19 @@ kotlin-stdlib-common runtime + + org.jetbrains.kotlin + kotlin-test + + + org.jetbrains.kotlin + kotlin-test-junit5 + + + org.jetbrains.kotlin + kotlin-test-js + runtime +