From 439ca0b6baf30f6d68f48e1fa6c8023aab374a5a Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët Date: Thu, 17 Jan 2019 16:47:46 -0500 Subject: Fix classpath issue w/ guava MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Kotlin compiler embeded guava dependency, hence it's ending w/ a classpath issue. kotlin-compiler-embaddeable fixes this issue, and is getting pulled already. So we exclude koltin-compiler to avoid issue. Change-Id: Ib703e4b4ac7a478f1918282b35bcd646f5c83038 Issue-ID: CCSDK-961 Signed-off-by: Alexis de Talhouët --- components/parent/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'components') diff --git a/components/parent/pom.xml b/components/parent/pom.xml index 8ecb2c1a..365515aa 100644 --- a/components/parent/pom.xml +++ b/components/parent/pom.xml @@ -302,9 +302,21 @@ com.fasterxml.jackson.module jackson-module-kotlin + + org.jetbrains.kotlin + kotlin-compiler-embeddable + org.jetbrains.kotlin kotlin-scripting-jvm-host + + + + + org.jetbrains.kotlin + kotlin-compiler + + -- cgit 1.2.3-korg