From 3e1b2c4bdb7de20b7f69a49e596195a021edaaa9 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 0e1338010..15b0459b9 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 @@ + +