From dc1b59f46415ce9179ebcdd4112dde12a36df893 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 4 Oct 2017 11:04:44 +0200 Subject: [PATCH] DATAMONGO-1795 - Removed obsolete Kotlin build setup. --- spring-data-mongodb/pom.xml | 70 ++----------------------------------- 1 file changed, 3 insertions(+), 67 deletions(-) diff --git a/spring-data-mongodb/pom.xml b/spring-data-mongodb/pom.xml index 0c744e546..41b711f7c 100644 --- a/spring-data-mongodb/pom.xml +++ b/spring-data-mongodb/pom.xml @@ -288,74 +288,9 @@ + - - kotlin-maven-plugin - org.jetbrains.kotlin - ${kotlin} - - ${source.level} - - - - compile - compile - - compile - - - - ${project.basedir}/src/main/kotlin - ${project.basedir}/src/main/java - - - - - test-compile - test-compile - - test-compile - - - - ${project.basedir}/src/test/kotlin - ${project.basedir}/src/test/java - - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - - default-compile - none - - - default-testCompile - none - - - java-compile - compile - - compile - - - - java-test-compile - test-compile - - testCompile - - - - - com.mysema.maven apt-maven-plugin @@ -384,7 +319,6 @@ org.apache.maven.plugins maven-surefire-plugin - 2.12 false @@ -406,6 +340,8 @@ + +