Clean up kotlin sample POM
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>io.spring.sample</groupId>
|
||||
<artifactId>function-sample-kotlin-web</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<version>1.0</version>
|
||||
<name>function-sample-kotlin-web</name>
|
||||
<description>Demo project for Spring Cloud Function Web Kotlin integration</description>
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
<properties>
|
||||
<java.version>1.8</java.version>
|
||||
<kotlin.version>1.4.21</kotlin.version>
|
||||
<!-- <spring-cloud.version>2020.0.2-SNAPSHOT</spring-cloud.version> -->
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@@ -60,17 +59,6 @@
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<!-- <dependencyManagement> -->
|
||||
<!-- <dependencies> -->
|
||||
<!-- <dependency> -->
|
||||
<!-- <groupId>org.springframework.cloud</groupId> -->
|
||||
<!-- <artifactId>spring-cloud-dependencies</artifactId> -->
|
||||
<!-- <version>${spring-cloud.version}</version> -->
|
||||
<!-- <type>pom</type> -->
|
||||
<!-- <scope>import</scope> -->
|
||||
<!-- </dependency> -->
|
||||
<!-- </dependencies> -->
|
||||
<!-- </dependencyManagement> -->
|
||||
|
||||
<build>
|
||||
<sourceDirectory>${project.basedir}/src/main/kotlin</sourceDirectory>
|
||||
|
||||
Reference in New Issue
Block a user