From ef2303393630d90bc3fa37541a004b821762bd58 Mon Sep 17 00:00:00 2001 From: Ilya Chernikov Date: Wed, 24 Jul 2019 11:27:04 +0200 Subject: [PATCH] Add net.jpountz and one.util.streamex to the list of shadowed packages should fix problem with using REPL infrastructure with Apache Zeppelin --- buildSrc/src/main/kotlin/embeddable.kt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/embeddable.kt b/buildSrc/src/main/kotlin/embeddable.kt index 73fd3b11064..fef790c61ac 100644 --- a/buildSrc/src/main/kotlin/embeddable.kt +++ b/buildSrc/src/main/kotlin/embeddable.kt @@ -19,7 +19,9 @@ val packagesToRelocate = "org.picocontainer", "org.jline", "org.fusesource", - "kotlinx.coroutines") + "kotlinx.coroutines", + "net.jpountz", + "one.util.streamex") // The shaded compiler "dummy" is used to rewrite dependencies in projects that are used with the embeddable compiler // on the runtime and use some shaded dependencies from the compiler