Skip to content

Commit 92c327a

Browse files
authored
Update apps to use spring-cloud-function 4.2.1 (take 2) (#622)
This updates the generated apps to use the override version of `spring-cloud-function` to `4.2.1`. The previous commit was not sufficient as the `<dependencyManagement>` needed to be specified on the apps generated pom.xml.
1 parent 5b23055 commit 92c327a

File tree

1 file changed

+7
-1
lines changed
  • applications/stream-applications-core

1 file changed

+7
-1
lines changed

applications/stream-applications-core/pom.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,19 @@
137137
<management.tracing.sampling.probability>1.0</management.tracing.sampling.probability>
138138
<management.zipkin.tracing.export.enabled>false</management.zipkin.tracing.export.enabled>
139139
<management.wavefront.tracing.export.enabled>false</management.wavefront.tracing.export.enabled>
140-
<spring-cloud-function.version>4.2.1</spring-cloud-function.version>
141140
</properties>
142141
<metadata>
143142
<mavenPluginVersion>${spring-cloud-dataflow-apps-metadata-plugin.version}</mavenPluginVersion>
144143
</metadata>
145144
<maven>
146145
<dependencyManagement>
146+
<dependency>
147+
<groupId>org.springframework.cloud</groupId>
148+
<artifactId>spring-cloud-function-dependencies</artifactId>
149+
<version>${spring-cloud-function.version}</version>
150+
<scope>import</scope>
151+
<type>pom</type>
152+
</dependency>
147153
<dependency>
148154
<groupId>org.springframework.cloud</groupId>
149155
<artifactId>spring-cloud-dependencies</artifactId>

0 commit comments

Comments
 (0)