You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Dmitriy Pavlov (JIRA)" <ji...@apache.org> on 2018/07/23 17:05:00 UTC

[jira] [Created] (IGNITE-9057) Update JCraft dependency version in Apache Ignite

Dmitriy Pavlov created IGNITE-9057:
--------------------------------------

             Summary: Update JCraft dependency version in Apache Ignite
                 Key: IGNITE-9057
                 URL: https://issues.apache.org/jira/browse/IGNITE-9057
             Project: Ignite
          Issue Type: Improvement
            Reporter: Dmitriy Pavlov
             Fix For: 2.7


Update ignite-ssh dependency version of com.jcraft:jsch to 0.1.54
{noformat}
<dependency>
    <groupId>com.jcraft</groupId>
    <artifactId>jsch</artifactId>
    <version>0.1.54</version>
</dependency>
{noformat}

It is required to run TC tartget RunAll to check all tests passed, it is required to build fabric using DEVNOTES.txt to make sure full build will be successfull

Probably it is required to run release step to make sure release candidate can be prepared.




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)