From 0850e0ccd5d7491d1f12533d3ca63430afe62383 Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Fri, 7 Jul 2023 11:35:01 +0200 Subject: [PATCH] Remove kotlin-maven-plugin dependency. Original Pull Request: #2866 --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index 7e8549c2c..aa5a4e47c 100644 --- a/pom.xml +++ b/pom.xml @@ -127,12 +127,6 @@ test - - org.jetbrains.kotlin - kotlin-maven-plugin - ${kotlin} - -