You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: spring-cloud-dataflow-docs/src/main/asciidoc/appendix-extend-classpath.adoc
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
Users may require the addition of dependencies to the existing Stream applications or specific database drivers to Dataflow and Skipper or any of the other containers provider by the project.
6
6
7
-
NOTE: The Spring Cloud Dataflow repository contains scripts to help with this task. The examples below assume you have cloned the `spring-cloud-dataflow` repository and are executing the scripts from `src/templates/add-deps`.
7
+
NOTE: The Spring Cloud Dataflow repository contains scripts to help with this task. The examples below assume you have cloned the `spring-cloud-dataflow` repository and are executing the scripts from `src/add-deps`.
8
8
9
9
==== JAR File
10
10
@@ -22,7 +22,7 @@ This example:
22
22
-P appFolder="." \
23
23
-P appGroup="org.springframework.cloud" \
24
24
-P appName="spring-cloud-dataflow-server" \
25
-
-P appVersion="2.11.2" \
25
+
-P appVersion="2.11.3" \
26
26
-P depFolder="./extra-libs"
27
27
....
28
28
@@ -35,7 +35,7 @@ In order to create a container we suggest using https://buildpacks.io/docs/for-p
0 commit comments