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 b4bea5c commit 6dbf7fbCopy full SHA for 6dbf7fb
scripts/pit/lib/lib-patch-v25.sh
@@ -520,7 +520,7 @@ addDevModeIfNeeded() {
520
# Check for actual dependency, not exclusions
521
if ! grep -A 2 -B 2 "vaadin-dev" pom.xml 2>/dev/null | grep -q "<dependency>" 2>/dev/null; then
522
[ -z "$TEST" ] && log "Adding vaadin-dev dependency to Maven project"
523
- addMavenDep "com.vaadin" "vaadin-dev" "compile"
+ addMavenDep "com.vaadin" "vaadin-dev" "compile" "<optional>true</optional>"
524
else
525
[ -z "$TEST" ] && log "vaadin-dev dependency already present in Maven project"
526
fi
0 commit comments