Skip to content

Commit 25159df

Browse files
committed
Lets spring-cloud-build manage kotlin-maven-plugin
Fixes gh-1309
1 parent 86cbbdb commit 25159df

File tree

2 files changed

+0
-16
lines changed
  • spring-cloud-function-context
  • spring-cloud-function-kotlin

2 files changed

+0
-16
lines changed

spring-cloud-function-context/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,11 @@
9898
<dependency>
9999
<groupId>org.jetbrains.kotlin</groupId>
100100
<artifactId>kotlin-stdlib-jdk8</artifactId>
101-
<version>2.2.20</version>
102101
<optional>true</optional>
103102
</dependency>
104103
<dependency>
105104
<groupId>org.jetbrains.kotlin</groupId>
106105
<artifactId>kotlin-reflect</artifactId>
107-
<version>2.2.20</version>
108106
<optional>true</optional>
109107
</dependency>
110108
<dependency>

spring-cloud-function-kotlin/pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -108,20 +108,6 @@
108108
<plugin>
109109
<artifactId>kotlin-maven-plugin</artifactId>
110110
<groupId>org.jetbrains.kotlin</groupId>
111-
<executions>
112-
<execution>
113-
<id>test-compile</id>
114-
<goals>
115-
<goal>test-compile</goal>
116-
</goals>
117-
<configuration>
118-
<sourceDirs>
119-
<sourceDir>${project.basedir}/src/test/kotlin</sourceDir>
120-
<sourceDir>${project.basedir}/src/test/java</sourceDir>
121-
</sourceDirs>
122-
</configuration>
123-
</execution>
124-
</executions>
125111
</plugin>
126112
<plugin>
127113
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)