| @@ -189,6 +189,18 @@ | |||||
| <artifactId>mlflow-client</artifactId> | <artifactId>mlflow-client</artifactId> | ||||
| <version>1.28.0</version> | <version>1.28.0</version> | ||||
| </dependency> | </dependency> | ||||
| <dependency> | |||||
| <groupId>org.checkerframework</groupId> | |||||
| <artifactId>checker-qual</artifactId> | |||||
| <version>3.19.0</version> | |||||
| <scope>compile</scope> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>com.jcraft</groupId> | |||||
| <artifactId>jsch</artifactId> | |||||
| <version>0.1.55</version> <!-- 检查最新版本 --> | |||||
| </dependency> | |||||
| </dependencies> | </dependencies> | ||||
| <build> | <build> | ||||