From de6c649c83c95385adc69fb8d50e2a509777ce62 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 14 Jun 2017 16:33:33 +0200 Subject: [PATCH] DATAMONGO-1689 - Polish compiler configuration in POM. Original pull request: #463. --- spring-data-mongodb/pom.xml | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/spring-data-mongodb/pom.xml b/spring-data-mongodb/pom.xml index 712d2395c..fcef17658 100644 --- a/spring-data-mongodb/pom.xml +++ b/spring-data-mongodb/pom.xml @@ -231,6 +231,8 @@ spring-webmvc test + + org.jetbrains.kotlin kotlin-stdlib @@ -280,13 +282,15 @@ org.jetbrains.kotlin ${kotlin} - 1.8 + ${source.level} compile compile - compile + + compile + ${project.basedir}/src/main/kotlin @@ -297,7 +301,9 @@ test-compile test-compile - test-compile + + test-compile + ${project.basedir}/src/test/kotlin @@ -323,12 +329,16 @@ java-compile compile - compile + + compile + java-test-compile test-compile - testCompile + + testCompile +