|
|
@ -11,7 +11,6 @@ |
|
|
|
<description>Spring Cloud Gateway Sample</description> |
|
|
|
<description>Spring Cloud Gateway Sample</description> |
|
|
|
|
|
|
|
|
|
|
|
<properties> |
|
|
|
<properties> |
|
|
|
<kotlin.version>1.1.51</kotlin.version> |
|
|
|
|
|
|
|
</properties> |
|
|
|
</properties> |
|
|
|
|
|
|
|
|
|
|
|
<parent> |
|
|
|
<parent> |
|
|
@ -57,26 +56,27 @@ |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.jetbrains.kotlin</groupId> |
|
|
|
<groupId>org.jetbrains.kotlin</groupId> |
|
|
|
<artifactId>kotlin-stdlib</artifactId> |
|
|
|
<artifactId>kotlin-stdlib</artifactId> |
|
|
|
<version>${kotlin.version}</version> |
|
|
|
|
|
|
|
<optional>true</optional> |
|
|
|
<optional>true</optional> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.jetbrains.kotlin</groupId> |
|
|
|
<groupId>org.jetbrains.kotlin</groupId> |
|
|
|
<artifactId>kotlin-reflect</artifactId> |
|
|
|
<artifactId>kotlin-reflect</artifactId> |
|
|
|
<version>${kotlin.version}</version> |
|
|
|
|
|
|
|
<optional>true</optional> |
|
|
|
<optional>true</optional> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
</dependencies> |
|
|
|
<build> |
|
|
|
<build> |
|
|
|
<plugins> |
|
|
|
<plugins> |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<artifactId>kotlin-maven-plugin</artifactId> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId> |
|
|
|
|
|
|
|
</plugin> |
|
|
|
|
|
|
|
<plugin> |
|
|
|
<groupId>org.jetbrains.kotlin</groupId> |
|
|
|
<groupId>org.jetbrains.kotlin</groupId> |
|
|
|
<version>${kotlin.version}</version> |
|
|
|
<artifactId>kotlin-maven-plugin</artifactId> |
|
|
|
<configuration> |
|
|
|
<configuration> |
|
|
|
<compilerPlugins> |
|
|
|
<args> |
|
|
|
<plugin>spring</plugin> |
|
|
|
<arg>-Xjsr305=strict</arg> |
|
|
|
</compilerPlugins> |
|
|
|
</args> |
|
|
|
<jvmTarget>1.8</jvmTarget> |
|
|
|
<jvmTarget>1.8</jvmTarget> |
|
|
|
</configuration> |
|
|
|
</configuration> |
|
|
|
<executions> |
|
|
|
<executions> |
|
|
@ -107,13 +107,6 @@ |
|
|
|
</configuration> |
|
|
|
</configuration> |
|
|
|
</execution> |
|
|
|
</execution> |
|
|
|
</executions> |
|
|
|
</executions> |
|
|
|
<dependencies> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.jetbrains.kotlin</groupId> |
|
|
|
|
|
|
|
<artifactId>kotlin-maven-allopen</artifactId> |
|
|
|
|
|
|
|
<version>${kotlin.version}</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
</dependencies> |
|
|
|
|
|
|
|
</plugin> |
|
|
|
</plugin> |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|