summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jgit.test/pom.xml')
-rw-r--r--org.eclipse.jgit.test/pom.xml16
1 files changed, 5 insertions, 11 deletions
diff --git a/org.eclipse.jgit.test/pom.xml b/org.eclipse.jgit.test/pom.xml
index 4099c89c09..014f2ceb08 100644
--- a/org.eclipse.jgit.test/pom.xml
+++ b/org.eclipse.jgit.test/pom.xml
@@ -103,26 +103,20 @@
<dependency>
<groupId>org.eclipse.jgit</groupId>
- <artifactId>org.eclipse.jgit.ui</artifactId>
+ <artifactId>org.eclipse.jgit.junit.ssh</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
- <artifactId>org.eclipse.jgit.pgm</artifactId>
+ <artifactId>org.eclipse.jgit.ui</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.apache.sshd</groupId>
- <artifactId>sshd-core</artifactId>
- <version>${apache-sshd-version}</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.sshd</groupId>
- <artifactId>sshd-sftp</artifactId>
- <version>${apache-sshd-version}</version>
+ <groupId>org.eclipse.jgit</groupId>
+ <artifactId>org.eclipse.jgit.pgm</artifactId>
+ <version>${project.version}</version>
</dependency>
</dependencies>