From 04e7ae5d9b7d5903c25cfd8a6c97817bde22f212 Mon Sep 17 00:00:00 2001 From: Jerry Lee Date: Tue, 13 Nov 2018 22:49:39 +0800 Subject: [PATCH] update kotlin dependecies from test scope to optional --- pom.xml | 16 ++++++++-------- pom4ide.xml | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index 95c210d4..1694e83e 100644 --- a/pom.xml +++ b/pom.xml @@ -129,23 +129,23 @@ runtime true - - - junit - junit - 4.13 - test - org.jetbrains.kotlin kotlin-stdlib ${kotlin.version} - test + true org.jetbrains.kotlinx kotlinx-coroutines-core ${kotlin.coroutine.version} + true + + + + junit + junit + 4.13 test diff --git a/pom4ide.xml b/pom4ide.xml index a9b1cd7d..abef81ed 100644 --- a/pom4ide.xml +++ b/pom4ide.xml @@ -129,23 +129,23 @@ runtime true - - - junit - junit - 4.13 - test - org.jetbrains.kotlin kotlin-stdlib ${kotlin.version} - test + true org.jetbrains.kotlinx kotlinx-coroutines-core ${kotlin.coroutine.version} + true + + + + junit + junit + 4.13 test -- GitLab