yonge 5 years ago
parent
commit
ea77dbc43e

BIN
mec-thirdparty/libs/smUtil-1.0.jar


BIN
mec-thirdparty/libs/tech-sdk-2.1.20.jar


BIN
mec-thirdparty/libs/tgtext-3.2.14.jar


BIN
mec-thirdparty/libs/utils-3.0.6.jar


+ 24 - 0
mec-thirdparty/pom.xml

@@ -34,6 +34,30 @@
 			<scope>system</scope>
 			<systemPath>${project.basedir}/libs/tech-sdk-2.1.20.jar</systemPath>
 		</dependency>
+		
+		<dependency>
+			<groupId>com.timevale</groupId>
+			<artifactId>smUtil</artifactId>
+			<version>1.0</version>
+			<scope>system</scope>
+			<systemPath>${project.basedir}/libs/smUtil-1.0.jar</systemPath>
+		</dependency>
+		
+		<dependency>
+			<groupId>com.timevale</groupId>
+			<artifactId>tgtext</artifactId>
+			<version>3.2.14</version>
+			<scope>system</scope>
+			<systemPath>${project.basedir}/libs/tgtext-3.2.14.jar</systemPath>
+		</dependency>
+		
+		<dependency>
+			<groupId>com.timevale</groupId>
+			<artifactId>utils</artifactId>
+			<version>3.0.6</version>
+			<scope>system</scope>
+			<systemPath>${project.basedir}/libs/utils-3.0.6.jar</systemPath>
+		</dependency>
 
 	</dependencies>
 

+ 1 - 1
mec-thirdparty/src/main/java/com/ym/mec/thirdparty/eseal/ESealPluginContext.java

@@ -14,7 +14,7 @@ import org.springframework.stereotype.Component;
 import com.ym.mec.thirdparty.eseal.provider.TsignPlugin;
 import com.ym.mec.thirdparty.exception.ThirdpartyException;
 
-//@Component
+@Component
 public class ESealPluginContext implements ApplicationContextAware, InitializingBean {
 	
 	@Value("${thirdparty.eSealPluginName:Tsign}")

+ 1 - 1
mec-thirdparty/src/main/java/com/ym/mec/thirdparty/eseal/provider/TsignPlugin.java

@@ -29,7 +29,7 @@ import com.timevale.esign.sdk.tech.v3.client.ServiceClientManager;
 import com.timevale.tech.sdk.bean.ProjectConfig;
 import com.ym.mec.thirdparty.exception.ThirdpartyException;
 
-//@Service
+@Service
 public class TsignPlugin implements InitializingBean, DisposableBean {
 
 	@Value("${eseal.tsign.projectid:1}")

+ 1 - 0
pom.xml

@@ -268,6 +268,7 @@
 					<version>${spring-boot.version}</version>
 					<configuration>
 						<finalName>${project.build.finalName}</finalName>
+						<includeSystemScope>true</includeSystemScope>
 					</configuration>
 					<executions>
 						<execution>