From 3543b001e3da2cb801d7dfa27b396db4edbfb740 Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期三, 27 九月 2023 17:27:46 +0800 Subject: [PATCH] 添加了风险排名接口 --- pom.xml | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 669fb90..34d40ca 100644 --- a/pom.xml +++ b/pom.xml @@ -82,7 +82,12 @@ <artifactId>kotlin-stdlib</artifactId> <version>1.8.21</version> </dependency> - + <!--md5瑙e瘑--> + <dependency> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + <version>1.14</version> + </dependency> </dependencies> <build> -- Gitblit v1.9.3