Commit 5430c39
authored
Fix duplicate jakarta.json classes between rest5-client and java-client (#1159)
Replace the bundled org.eclipse.parsson:jakarta.json artifact with the
split dependencies (jakarta.json:jakarta.json-api + parsson) to avoid
duplicate classes on the runtime classpath.
The bundled artifact includes both API and implementation classes, which
conflicts with java-client's separate jakarta.json:jakarta.json-api
dependency, causing duplicate class definitions in the jakarta.json
package.1 parent 8bdbe0b commit 5430c39
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
153 | 157 | | |
154 | | - | |
| 158 | + | |
155 | 159 | | |
156 | 160 | | |
157 | 161 | | |
| |||
0 commit comments