diff --git a/pom.xml b/pom.xml index 3de3247..74a833b 100644 --- a/pom.xml +++ b/pom.xml @@ -56,26 +56,24 @@ spring-boot-starter-test test + + com.fasterxml.jackson.module + jackson-module-kotlin + + + org.jetbrains.kotlin + kotlin-reflect + + + org.jetbrains.kotlin + kotlin-stdlib + ${project.basedir}/src/main/kotlin ${project.basedir}/src/test/kotlin - - org.apache.maven.plugins - maven-compiler-plugin - - - org.springframework.boot - spring-boot-maven-plugin - - - space.caoshd.BootstrapApplication - - true - - org.jetbrains.kotlin kotlin-maven-plugin diff --git a/src/test/kotlin/space/caoshd/app/BootstrapApplicationTests.kt b/src/test/kotlin/space/caoshd/app/BootstrapApplicationTests.kt deleted file mode 100644 index b6ef6c4..0000000 --- a/src/test/kotlin/space/caoshd/app/BootstrapApplicationTests.kt +++ /dev/null @@ -1,13 +0,0 @@ -package space.caoshd.app - -import org.junit.jupiter.api.Test -import org.springframework.boot.test.context.SpringBootTest - -@SpringBootTest -class BootstrapApplicationTests { - - @Test - fun contextLoads() { - } - -}