Commit ef6d6dc
committed
chore(deps): move javax.servlet-api / tomcat-jasper out of root dependencyManagement
Both artifacts are javax-era dependencies consumed only by:
- easydoc-core (javax.servlet-api, provided)
- easydoc-xhtml (javax.servlet-api, provided)
- easydoc-jsp (javax.servlet-api + tomcat-jasper, compile)
The root pom no longer manages them, so downstream projects that use
io.github.easy4j:easydoc as their parent no longer inherit javax-namespace
entries in their dependencyManagement. Each consumer module now declares
its own version explicitly (still single-sourced from the parent's
${servlet-api.version} / ${tomcat-jasper.version} properties).
easydoc-bom was never affected: its dependencyManagement only manages the
10 easydoc-* modules and never re-exported these entries.
Verified: 13-module reactor clean verify green, JaCoCo 90% gate met.1 parent b37eef9 commit ef6d6dc
4 files changed
Lines changed: 10 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
142 | 143 | | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | 144 | | |
149 | 145 | | |
150 | 146 | | |
| |||
0 commit comments