Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new dependencies to fix downstream convergence errors (#149)
This adds several new dependencies to the dependency management section to fix convergence errors that occur downstream without them. They occur because of internal inconsistencies within other libraries, e.g. the embedded mongo library (groupId de.flapdoodle) specifies different versions for de.flapdoodle.os and de.flapdoodle.embed.process in its own POMS. The following dependencies are added: * de.flapdoodle:de.flapdoodle.os:1.1.8 * de.flapdoodle:de.flapdoodle.embed.process:3.1.10 * org.eclipse.jetty:jetty-http:9.4.46.v20220331 * org.eclipse.jetty:jetty-io:9.4.46.v20220331 * org.eclipse.jetty:jetty-util:9.4.46.v20220331
- Loading branch information