From: Alexis de Talhouët Date: Thu, 17 Jan 2019 21:47:46 +0000 (-0500) Subject: Fix classpath issue w/ guava X-Git-Tag: 0.4.2~162^2~73^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=4a65d4776c5f8f8a63abd1290d75343f5ca50c01;p=ccsdk%2Fcds.git Fix classpath issue w/ guava 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 --- diff --git a/ms/blueprintsprocessor/parent/pom.xml b/ms/blueprintsprocessor/parent/pom.xml index 401fef0ac..f694ac120 100644 --- a/ms/blueprintsprocessor/parent/pom.xml +++ b/ms/blueprintsprocessor/parent/pom.xml @@ -16,7 +16,8 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + 4.0.0 org.onap.ccsdk.apps @@ -398,9 +399,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 + +