
<dependency>
    <maven>
        <groupId>org.apache.sshd</groupId>
        <artifactId>sshd</artifactId>
        <version>0.7.0</version>
    </maven>
    <jpp>
        <groupId>JPP/apache</groupId>
        <artifactId>sshd-sshd-parent</artifactId>
        <version>0.7.0</version>
    </jpp>
</dependency>

<dependency>
    <maven>
        <groupId>org.apache.sshd</groupId>
        <artifactId>sshd-core</artifactId>
        <version>0.7.0</version>
    </maven>
    <jpp>
        <groupId>JPP/apache-sshd</groupId>
        <artifactId>sshd-core</artifactId>
        <version>0.7.0</version>
    </jpp>
</dependency>
