From f5652da623d8581208be84884cab7322984228a2 Mon Sep 17 00:00:00 2001 From: Subhashni Balakrishnan Date: Mon, 16 Jul 2018 11:03:24 -0700 Subject: [PATCH] DATACOUCH-392 - Add optional kotlin reflect dependency The kotlin reflect dependency is required by Spring core for reflection mapping parameters. --- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 13b46217..b6c99541 100644 --- a/pom.xml +++ b/pom.xml @@ -178,13 +178,18 @@ ${kotlin} true + + org.jetbrains.kotlin + kotlin-reflect + ${kotlin} + true + org.jetbrains.kotlin kotlin-test ${kotlin} test -