Commit 93884cf
springbootdemo: fix httpcore5 version mismatch, fix rsync comment
- httpcore5: 5.3.3 → 5.4.1 in both poms (must match httpcore5-h2 and
httpclient5 minor version; mixing 5.3.x core with 5.4.x client/h2 can
cause runtime ClassNotFoundException)
- wildfly pom XML comment: replace rsync command with README reference;
the '--delete' flag is XML-illegal inside <!-- --> (double-dash), and
the workaround of '-delete' is incorrect rsync syntax
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 9f46a2c commit 93884cf
2 files changed
+3
-4
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
| 303 | + | |
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
| |||
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
| |||
311 | 310 | | |
312 | 311 | | |
313 | 312 | | |
314 | | - | |
| 313 | + | |
315 | 314 | | |
316 | 315 | | |
317 | 316 | | |
| |||
0 commit comments