提交 624ba59d 编写于 作者: J Jesse Glick

Allow tests to run which use CLI.<init> in process.

上级 1e860c8c
...@@ -56,7 +56,6 @@ ...@@ -56,7 +56,6 @@
<dependency> <dependency>
<groupId>org.apache.sshd</groupId> <groupId>org.apache.sshd</groupId>
<artifactId>sshd-core</artifactId> <artifactId>sshd-core</artifactId>
<version>1.2.0</version> <!-- TODO 1.3.0 requires Java 8 -->
<optional>true</optional> <!-- do not expose to core --> <optional>true</optional> <!-- do not expose to core -->
</dependency> </dependency>
<dependency> <dependency>
......
...@@ -239,6 +239,11 @@ THE SOFTWARE. ...@@ -239,6 +239,11 @@ THE SOFTWARE.
<artifactId>jcifs</artifactId> <artifactId>jcifs</artifactId>
<version>1.3.17-kohsuke-1</version> <version>1.3.17-kohsuke-1</version>
</dependency> </dependency>
<dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-core</artifactId>
<version>1.2.0</version> <!-- TODO 1.3.0 requires Java 8 -->
</dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>
......
...@@ -197,6 +197,11 @@ THE SOFTWARE. ...@@ -197,6 +197,11 @@ THE SOFTWARE.
<version>4.0</version> <version>4.0</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <!-- to be able to run hudson.cli.CLI in process -->
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies> </dependencies>
<build> <build>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册