Skip to content

Commit a03a355

Browse files
committed
temporary fix flow-spring-examples
1 parent 96fb902 commit a03a355

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/pit/lib/lib-patch-v25.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,10 @@ applyv25patches() {
5959
## TODO: check that documentation mention elemental is not a transitive dep anymore
6060
addMavenDep pom.xml "com.google.gwt" "gwt-elemental" compile '\<version\>2.9.0\</version\>'
6161
;;
62-
flow-quickstart-tutorial|multi-module-example)
62+
flow-quickstart-tutorial|multi-module-example|flow-spring-examples)
6363
## TODO: document that this transitive dependency has removed, users might rely on that
6464
## see https://github.com/vaadin/copilot-internal/issues/7175
65+
## TODO: check https://github.com/vaadin/flow/issues/22858
6566
for __file in `getPomFiles`; do
6667
addMavenDep "$__file" "commons-io" "commons-io" "compile"
6768
done

0 commit comments

Comments
 (0)