Skip to content

Commit

Permalink
Merge pull request #63 from sleshchenko/IDEX-3920
Browse files Browse the repository at this point in the history
IDEX-3920 Add ssh API modules
  • Loading branch information
skabashnyuk committed Jan 4, 2016
2 parents e64fb7b + f1d669b commit 098ab2f
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,11 @@
<artifactId>che-core-api-project</artifactId>
<version>${che.core.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-core-api-ssh</artifactId>
<version>${che.core.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-core-api-user</artifactId>
Expand Down Expand Up @@ -596,6 +601,11 @@
<artifactId>che-core-client-gwt-project</artifactId>
<version>${che.core.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-core-client-gwt-ssh</artifactId>
<version>${che.core.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-core-client-gwt-user</artifactId>
Expand Down Expand Up @@ -760,6 +770,11 @@
<artifactId>che-plugin-git-provider-che</artifactId>
<version>${che.plugins.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-plugin-git-ssh-client</artifactId>
<version>${che.plugins.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-plugin-github-ext-github</artifactId>
Expand Down Expand Up @@ -881,16 +896,6 @@
<version>${che.plugins.version}</version>
<classifier>jar-with-dependencies</classifier>
</dependency>
<dependency>
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-plugin-ssh-ext-sshkey</artifactId>
<version>${che.plugins.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-plugin-ssh-git-native</artifactId>
<version>${che.plugins.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-plugin-svn-ext-subversion</artifactId>
Expand Down

0 comments on commit 098ab2f

Please sign in to comment.