Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency optimization #694

Merged
merged 1 commit into from
Aug 5, 2022
Merged

Conversation

magnolia-k
Copy link
Contributor

The following commit switches SSH-related libraries from jsch to Apache Mina,
so unnecessary dependencies on jsch can be removed.

c51d171

Also, since org.eclipse.jgit.pgm contains many libraries that are not needed in Giter8,
it is more appropriate to minimize it to just org.eclipse.jgit and org.eclipse.jgit.ssh.apach.

The following commit switches SSH-related libraries from `jsch` to `Apache Mina`,
so unnecessary dependencies on `jsch` can be removed.

foundweekends@c51d171

Also, since `org.eclipse.jgit.pgm` contains many libraries that are not needed in Giter8,
it is more appropriate to minimize it to just `org.eclipse.jgit` and `org.eclipse.jgit.ssh.apach`.
Copy link
Member

@eed3si9n eed3si9n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@eed3si9n eed3si9n merged commit bcb786c into foundweekends:develop Aug 5, 2022
@magnolia-k magnolia-k deleted the patch-2 branch August 6, 2022 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants