Commit 68926dc
devonfw/IDEasy#1804: update Tomcat 9.x Java version range to [8,) (#35)
Tomcat 9.0.x supports Java 8 and later (no upper bound), but the
dependencies.json declared a closed range [8,11). This caused IDEasy
to reject Java 11+ when installing Tomcat 9.x, even though Tomcat
officially supports all Java versions >= 8.
Fixes devonfw/IDEasy#1804
Co-authored-by: Bahtya <bahtayr@gmail.com>1 parent acd0fe1 commit 68926dc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments