Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Heads up: multiple HttpClient versions in simrel

> org.eclipse.jgit.http.apache is an optional bundle which is not used by EGit.
> It's used in JGit by org.eclipse.jgit.lfs.server (supports implementation of a git
> lfs server)
> and org.eclipse.jgit.pgm (jgit command line client).

Yes, but it's in the simrel repository and it pulls in the second HttpClient version. 

Since that version has a higher qualifier than the one bundled with ECF, it gets pulled in by installing anything that has a dependency on HttpClient with a version range. So it also ends up in all the packages (while the other version is brought in, because the ECF feature contains the exact version).

Back to the top