Skip to content

Commit c103de9

Browse files
committed
Fix tests round 2, clean build
1 parent 869d0e7 commit c103de9

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

  • spring-cloud-function-kotlin

spring-cloud-function-kotlin/pom.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,12 @@
6969
<scope>test</scope>
7070
</dependency>
7171
<dependency>
72-
<groupId>org.springframework</groupId>
73-
<artifactId>spring-webflux</artifactId>
74-
<scope>test</scope>
72+
<groupId>org.springframework.boot</groupId>
73+
<artifactId>spring-boot-starter-webflux</artifactId>
74+
</dependency>
75+
<dependency>
76+
<groupId>org.springframework.boot</groupId>
77+
<artifactId>spring-boot-gson</artifactId>
7578
</dependency>
7679
<dependency>
7780
<groupId>org.springframework.boot</groupId>
@@ -90,7 +93,7 @@
9093
<plugin>
9194
<artifactId>kotlin-maven-plugin</artifactId>
9295
<groupId>org.jetbrains.kotlin</groupId>
93-
<version>2.1.0</version>
96+
<version>2.1.20</version>
9497
<executions>
9598
<execution>
9699
<id>test-compile</id>

0 commit comments

Comments
 (0)