File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 65
65
<gmavenplus-plugin .version>1.13.1</gmavenplus-plugin .version>
66
66
<jjwt .version>0.9.1</jjwt .version>
67
67
<therapi-runtime-javadoc .version>0.15.0</therapi-runtime-javadoc .version>
68
- <spring-cloud-function .version>4.2.1-SNAPSHOT </spring-cloud-function .version>
68
+ <spring-cloud-function .version>4.2.0 </spring-cloud-function .version>
69
69
<spring-security-oauth2-authorization-server .version>1.4.0</spring-security-oauth2-authorization-server .version>
70
+ <kotlin .version>2.1.0</kotlin .version>
71
+ <kotlin .compiler.languageVersion>1.9</kotlin .compiler.languageVersion>
70
72
</properties >
71
73
72
74
<dependencyManagement >
101
103
<scope >test</scope >
102
104
</dependency >
103
105
<!-- spring Cloud -->
106
+ <dependency >
107
+ <groupId >org.springframework.cloud</groupId >
108
+ <artifactId >spring-cloud-function-core</artifactId >
109
+ <version >${spring-cloud-function.version} </version >
110
+ </dependency >
104
111
<dependency >
105
112
<groupId >org.springframework.cloud</groupId >
106
113
<artifactId >spring-cloud-function-web</artifactId >
You can’t perform that action at this time.
0 commit comments