Browse Source

maven更新

pull/7/head
西大锐 2 years ago
parent
commit
2384547a3d
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      ruoyi-modules/management-platform/pom.xml

+ 12
- 0
ruoyi-modules/management-platform/pom.xml View File

@@ -189,6 +189,18 @@
<artifactId>mlflow-client</artifactId>
<version>1.28.0</version>
</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>

<build>


Loading…
Cancel
Save