浏览代码

集成签名模块

sakuya 3 年之前
父节点
当前提交
794d87efc7
共有 1 个文件被更改,包括 6 次插入48 次删除
  1. 6 48
      eladmin-system/pom.xml

+ 6 - 48
eladmin-system/pom.xml

@@ -24,14 +24,6 @@
 		<tencentcloud.sdk.version>3.1.598</tencentcloud.sdk.version>
 		<hu.tu>5.4.5</hu.tu>
 		<xxl.job.version>2.3.0</xxl.job.version>
-		<cfca.common.version>3.7.5.3</cfca.common.version>
-		<cfca.sadk.version>3.7.1.0</cfca.sadk.version>
-		<cfca.logback.version>4.2.1.0</cfca.logback.version>
-		<cfca.paperless.version>3.0.2.1</cfca.paperless.version>
-		<cfca.SealSADK7.version>5.8.2.1</cfca.SealSADK7.version>
-		<cfca.SealSADK.version>3.1.4.0</cfca.SealSADK.version>
-		<cfca.timestampAPI.version>4.2.2.0</cfca.timestampAPI.version>
-		<anxinqian.version>1.0.5</anxinqian.version>
 		<zefer.fonts.version>1.0</zefer.fonts.version>
 		<zefer.pd4ml.version>370fx2pro</zefer.pd4ml.version>
 		<zefer.ss_css.version>1.0</zefer.ss_css.version>
@@ -83,6 +75,12 @@
 			<version>2.6</version>
 		</dependency>
 
+		<dependency>
+			<groupId>me.zhengjie</groupId>
+			<artifactId>eladmin-sign</artifactId>
+			<version>2.6</version>
+		</dependency>
+
 		<!-- Spring boot websocket -->
 		<dependency>
 			<groupId>org.springframework.boot</groupId>
@@ -170,46 +168,6 @@
 			<version>2.0</version>
 		</dependency>
 		<dependency>
-			<groupId>cfca.trustsign</groupId>
-			<artifactId>common</artifactId>
-			<version>${cfca.common.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>cfca.sadk</groupId>
-			<artifactId>sadk</artifactId>
-			<version>${cfca.sadk.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>cfca.sadk</groupId>
-			<artifactId>logback</artifactId>
-			<version>${cfca.logback.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>cfca.sadk</groupId>
-			<artifactId>paperless</artifactId>
-			<version>${cfca.paperless.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>cfca.sadk</groupId>
-			<artifactId>SealSADK7</artifactId>
-			<version>${cfca.SealSADK7.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>cfca.sadk</groupId>
-			<artifactId>SealSADK</artifactId>
-			<version>${cfca.SealSADK.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>cfca.sadk</groupId>
-			<artifactId>timestampAPI</artifactId>
-			<version>${cfca.timestampAPI.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>com.sakuya</groupId>
-			<artifactId>anxinqian</artifactId>
-			<version>${anxinqian.version}</version>
-		</dependency>
-		<dependency>
 			<groupId>com.xuxueli</groupId>
 			<artifactId>xxl-job-core</artifactId>
 			<version>${xxl.job.version}</version>