Commit a53a930
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.
Co-authored-by: Elliot Barlas <elliotbarlas@gmail.com>
1 parent a951306 commit a53a930
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