We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96fb902 commit a03a355Copy full SHA for a03a355
scripts/pit/lib/lib-patch-v25.sh
@@ -59,9 +59,10 @@ applyv25patches() {
59
## TODO: check that documentation mention elemental is not a transitive dep anymore
60
addMavenDep pom.xml "com.google.gwt" "gwt-elemental" compile '\<version\>2.9.0\</version\>'
61
;;
62
- flow-quickstart-tutorial|multi-module-example)
+ flow-quickstart-tutorial|multi-module-example|flow-spring-examples)
63
## TODO: document that this transitive dependency has removed, users might rely on that
64
## see https://github.com/vaadin/copilot-internal/issues/7175
65
+ ## TODO: check https://github.com/vaadin/flow/issues/22858
66
for __file in `getPomFiles`; do
67
addMavenDep "$__file" "commons-io" "commons-io" "compile"
68
done
0 commit comments