Skip to content

Commit edbf166

Browse files
committed
Adding workaround for #2804
1 parent 9d7f6ae commit edbf166

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

+8-1
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,10 @@
6565
<gmavenplus-plugin.version>1.13.1</gmavenplus-plugin.version>
6666
<jjwt.version>0.9.1</jjwt.version>
6767
<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>
6969
<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>
7072
</properties>
7173

7274
<dependencyManagement>
@@ -101,6 +103,11 @@
101103
<scope>test</scope>
102104
</dependency>
103105
<!-- 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>
104111
<dependency>
105112
<groupId>org.springframework.cloud</groupId>
106113
<artifactId>spring-cloud-function-web</artifactId>

0 commit comments

Comments
 (0)