|
|
|
|
@ -99,19 +99,17 @@
|
|
|
|
|
<groupId>org.graalvm.buildtools</groupId>
|
|
|
|
|
<artifactId>native-maven-plugin</artifactId>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.jetbrains.kotlin</groupId>
|
|
|
|
|
<artifactId>kotlin-maven-plugin</artifactId>
|
|
|
|
|
<version>${kotlin.version}</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<args>
|
|
|
|
|
<arg>-Xjsr305=strict</arg>
|
|
|
|
|
</args>
|
|
|
|
|
<compilerPlugins>
|
|
|
|
|
<plugin>spring</plugin>
|
|
|
|
|
<plugin>all-open</plugin>
|
|
|
|
|
</compilerPlugins>
|
|
|
|
|
</configuration>
|
|
|
|
|
<dependencies>
|
|
|
|
|
@ -122,6 +120,15 @@
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<profiles>
|
|
|
|
|
<profile>dev</profile>
|
|
|
|
|
</profiles>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
|
|
|
|
|
|
|
|
|
|