diff --git a/pom.xml b/pom.xml index a12072c..8a11478 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.springframework.boot @@ -28,9 +28,7 @@ 21 - 2.3.10 - jitpack.io @@ -93,17 +91,6 @@ spring-boot-starter-webmvc-test test - - org.jetbrains.kotlin - kotlin-stdlib-jdk8 - ${kotlin.version} - - - org.jetbrains.kotlin - kotlin-test - ${kotlin.version} - test - @@ -112,85 +99,6 @@ org.springframework.boot spring-boot-maven-plugin - - org.jetbrains.kotlin - kotlin-maven-plugin - ${kotlin.version} - true - - - compile - compile - - compile - - - - - test-compile - test-compile - - test-compile - - - - - - org.jetbrains.kotlin - kotlin-maven-noarg - ${kotlin.version} - - - org.jetbrains.kotlin - kotlin-maven-allopen - ${kotlin.version} - - - - 1.8 - - jpa - all-open - spring - - - - - - - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - - default-compile - none - - - default-testCompile - none - - - compile - compile - - compile - - - - testCompile - test-compile - - testCompile - - - -