From 6cfe7b4094c1babbedfd6332e9f759c091beaae6 Mon Sep 17 00:00:00 2001 From: vince <757871790@qq.com> Date: 星期三, 15 十一月 2023 13:01:18 +0800 Subject: [PATCH] 增加授权 --- pom.xml | 20 ++++++++++++++++++-- 1 files changed, 18 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 07b8061..5deaec3 100644 --- a/pom.xml +++ b/pom.xml @@ -293,8 +293,19 @@ <scope>system</scope> <systemPath>${project.basedir}/src/main/resources/lib/SM2Crypto-1.0.jar</systemPath> </dependency> - - + <!-- license 寮曞叆--> + <dependency> + <groupId>com.ld.license</groupId> + <artifactId>license-cli</artifactId> + <version>3.0.0-RELEASE</version> + <scope>system</scope> + <systemPath>${project.basedir}/src/main/resources/lib/license-cli-3.0.0-RELEASE.jar</systemPath> + </dependency> + <dependency> + <groupId>de.schlichtherle.truelicense</groupId> + <artifactId>truelicense-core</artifactId> + <version>1.33</version> + </dependency> <!--骞夸笢鐪佸钩鍙板鎺� --> <dependency> <groupId>org.apache.cxf</groupId> @@ -326,6 +337,11 @@ <artifactId>cxf-rt-ws-policy</artifactId> <version>3.2.2</version> </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>3.9</version> + </dependency> <!-- <dependency> --> <!-- <groupId>org.apache.cxf</groupId> --> -- Gitblit v1.9.3