修复junit被关联引入的bug, JschUtil新增一个重载方法以支持私钥以byte数组形式载入

This commit is contained in:
Looly
2023-04-16 23:29:01 +08:00
parent f941bf1dd3
commit 05855f7033
2 changed files with 4 additions and 1 deletions

View File

@@ -55,6 +55,7 @@
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>