From e2cda2a2728ce921d329ed26a9255c833a2e6b80 Mon Sep 17 00:00:00 2001 From: Nikita Bobko Date: Tue, 19 Jul 2022 14:52:49 +0200 Subject: [PATCH] 3/5 Replace source dependency on kotlin-reflect with binary dependency Review: https://jetbrains.team/p/kt/reviews/6753 Meaningful semantic change was splitted into 5 commits to simplify the change review. Sinle commit would be too big. Why replace source to binary: to get rid of kotlin-reflect in Kotlin plugin artifact KTIJ-22276 Other pom.xml in libraries/tools: * libraries/tools/kotlin-bom/pom.xml * Used to align user project deps. Should be a SNAPSHOT version * kotlin-osgi-bundle/pom.xml * Used by users for OSGI Java modular system. Should be a SNAPSHOT version * kotlin-maven-plugin-test/pom.xml * I don't know what this it but we stopped publishing it to the Maven central, so I will skip it --- libraries/tools/kotlin-dist-for-jps-meta/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/tools/kotlin-dist-for-jps-meta/pom.xml b/libraries/tools/kotlin-dist-for-jps-meta/pom.xml index e55f56d123e..fb279d66c37 100644 --- a/libraries/tools/kotlin-dist-for-jps-meta/pom.xml +++ b/libraries/tools/kotlin-dist-for-jps-meta/pom.xml @@ -64,7 +64,7 @@ ${project.groupId} kotlin-reflect - ${project.version} + 1.6.10 ${project.groupId}