From 4a65d4776c5f8f8a63abd1290d75343f5ca50c01 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 --- ms/blueprintsprocessor/parent/pom.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'ms/blueprintsprocessor/parent') 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 + + -- cgit 1.2.3-korg