From c77284ab7fcccaa3db12fddd29614b36cedccefd Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Fri, 4 Mar 2022 00:30:36 +0100 Subject: [PATCH] Exclude transitive dependencies of sshd-sftp We don't need the dependencies of sshd-sftp to sshd-common and sshd-core since they are contained in sshd-osgi. Excluding them helps the dash IP log tool to not list them as required dependencies of jgit. Change-Id: I85bce4dca1b99ba880cf3e909fac9669c75e7854 --- org.eclipse.jgit.junit.ssh/pom.xml | 10 ++++++++++ org.eclipse.jgit.ssh.apache/pom.xml | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/org.eclipse.jgit.junit.ssh/pom.xml b/org.eclipse.jgit.junit.ssh/pom.xml index f6fb01751..9c19e4986 100644 --- a/org.eclipse.jgit.junit.ssh/pom.xml +++ b/org.eclipse.jgit.junit.ssh/pom.xml @@ -55,6 +55,16 @@ org.apache.sshd sshd-sftp ${apache-sshd-version} + + + org.apache.sshd + sshd-core + + + org.apache.sshd + sshd-common + + diff --git a/org.eclipse.jgit.ssh.apache/pom.xml b/org.eclipse.jgit.ssh.apache/pom.xml index 2c48de1a7..020c1f945 100644 --- a/org.eclipse.jgit.ssh.apache/pom.xml +++ b/org.eclipse.jgit.ssh.apache/pom.xml @@ -50,6 +50,16 @@ org.apache.sshd sshd-sftp ${apache-sshd-version} + + + org.apache.sshd + sshd-core + + + org.apache.sshd + sshd-common + +