We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 869d0e7 commit c103de9Copy full SHA for c103de9
1 file changed
spring-cloud-function-kotlin/pom.xml
@@ -69,9 +69,12 @@
69
<scope>test</scope>
70
</dependency>
71
<dependency>
72
- <groupId>org.springframework</groupId>
73
- <artifactId>spring-webflux</artifactId>
74
- <scope>test</scope>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-webflux</artifactId>
+ </dependency>
75
+ <dependency>
76
77
+ <artifactId>spring-boot-gson</artifactId>
78
79
80
<groupId>org.springframework.boot</groupId>
@@ -90,7 +93,7 @@
90
93
<plugin>
91
94
<artifactId>kotlin-maven-plugin</artifactId>
92
95
<groupId>org.jetbrains.kotlin</groupId>
- <version>2.1.0</version>
96
+ <version>2.1.20</version>
97
<executions>
98
<execution>
99
<id>test-compile</id>
0 commit comments