zhuwei 4 місяців тому
батько
коміт
dcc9ec7ca1

+ 1 - 0
blade-auth/pom.xml

@@ -79,6 +79,7 @@
         <dependency>
             <groupId>org.springframework.security</groupId>
             <artifactId>spring-security-jwt</artifactId>
+
         </dependency>
         <!-- 验证码 -->
         <dependency>

+ 4 - 0
blade-ops/blade-resource/pom.xml

@@ -120,11 +120,15 @@
             <groupId>com.aspose</groupId>
             <artifactId>aspose-cells</artifactId>
             <version>20.4</version>
+            <scope>system</scope>
+            <systemPath>${basedir}/../../doc/lib/pdfLib/aspose-cells-20.4-c.jar</systemPath>
         </dependency>
         <dependency>
             <groupId>com.aspose</groupId>
             <artifactId>aspose-words</artifactId>
             <version>15.8.0</version>
+            <scope>system</scope>
+            <systemPath>${basedir}/../../doc/lib/pdfLib/aspose-words-15.8.0-jdk16.jar</systemPath>
         </dependency>
         <dependency>
             <groupId>org.apache.pdfbox</groupId>

+ 54 - 2
blade-service/blade-e-visa/pom.xml

@@ -61,92 +61,128 @@
             <groupId>com.e.visa</groupId>
             <artifactId>commons.codec</artifactId>
             <version>1.10</version>
+            <scope>system</scope>
+            <systemPath>${basedir}/../../doc/lib/eVisaLib/commons-codec-1.10.jar</systemPath>
         </dependency>
 
         <dependency>
             <groupId>com.e.visa</groupId>
             <artifactId>commons.compress</artifactId>
             <version>1.16.1</version>
+            <scope>system</scope>
+            <systemPath>${basedir}/../../doc/lib/eVisaLib/commons-compress-1.16.1.jar</systemPath>
         </dependency>
         <dependency>
             <groupId>com.e.visa</groupId>
             <artifactId>commons.io</artifactId>
             <version>2.5</version>
+            <scope>system</scope>
+            <systemPath>${basedir}/../../doc/lib/eVisaLib/commons-io-2.5.jar</systemPath>
         </dependency>
         <dependency>
             <groupId>com.e.visa</groupId>
             <artifactId>commons.lang</artifactId>
             <version>2.6</version>
+            <scope>system</scope>
+            <systemPath>${basedir}/../../doc/lib/eVisaLib/commons-lang-2.6.jar</systemPath>
         </dependency>
         <dependency>
             <groupId>com.e.visa</groupId>
             <artifactId>commons.logging</artifactId>
             <version>1.2</version>
+            <scope>system</scope>
+            <systemPath>${basedir}/../../doc/lib/eVisaLib/commons-logging-1.2.jar</systemPath>
         </dependency>
         <dependency>
             <groupId>com.e.visa</groupId>
             <artifactId>device.tls</artifactId>
             <version>3.3.1.0</version>
+            <scope>system</scope>
+            <systemPath>${basedir}/../../doc/lib/eVisaLib/DeviceTLS-3.3.1.0.jar</systemPath>
         </dependency>
         <dependency>
             <groupId>com.e.visa</groupId>
             <artifactId>gson</artifactId>
             <version>2.8.5</version>
+            <scope>system</scope>
+            <systemPath>${basedir}/../../doc/lib/eVisaLib/gson-2.8.5.jar</systemPath>
         </dependency>
         <dependency>
             <groupId>com.e.visa</groupId>
-            <artifactId>http.client</artifactId>
+            <artifactId>httpclient</artifactId>
             <version>4.5.9</version>
+            <scope>system</scope>
+            <systemPath>${basedir}/../../doc/lib/eVisaLib/httpclient-4.5.9.jar</systemPath>
         </dependency>
         <dependency>
             <groupId>com.e.visa</groupId>
-            <artifactId>http.core</artifactId>
+            <artifactId>httpcore</artifactId>
             <version>4.4.11</version>
+            <scope>system</scope>
+            <systemPath>${basedir}/../../doc/lib/eVisaLib/httpcore-4.4.11.jar</systemPath>
         </dependency>
         <dependency>
             <groupId>com.e.visa</groupId>
             <artifactId>logback.cfca</artifactId>
             <version>4.2.1.0</version>
+            <scope>system</scope>
+            <systemPath>${basedir}/../../doc/lib/eVisaLib/logback.cfca-4.2.1.0.jar</systemPath>
         </dependency>
         <dependency>
             <groupId>com.e.visa</groupId>
             <artifactId>logback.classic</artifactId>
             <version>1.2.3</version>
+            <scope>system</scope>
+            <systemPath>${basedir}/../../doc/lib/eVisaLib/logback-classic-1.2.3.jar</systemPath>
         </dependency>
         <dependency>
             <groupId>com.e.visa</groupId>
             <artifactId>logback.core</artifactId>
             <version>1.2.3</version>
+            <scope>system</scope>
+            <systemPath>${basedir}/../../doc/lib/eVisaLib/logback-core-1.2.3.jar</systemPath>
         </dependency>
         <dependency>
             <groupId>com.e.visa</groupId>
             <artifactId>objenesis</artifactId>
             <version>2.6</version>
+            <scope>system</scope>
+            <systemPath>${basedir}/../../doc/lib/eVisaLib/objenesis-2.6.jar</systemPath>
         </dependency>
         <dependency>
             <groupId>com.e.visa</groupId>
             <artifactId>ofd.seal.sadk</artifactId>
             <version>3.4.2.2</version>
+            <scope>system</scope>
+            <systemPath>${basedir}/../../doc/lib/eVisaLib/OFDSealSADK-3.4.2.2.jar</systemPath>
         </dependency>
         <dependency>
             <groupId>com.e.visa</groupId>
             <artifactId>paperless.base</artifactId>
             <version>4.6.0.2</version>
+            <scope>system</scope>
+            <systemPath>${basedir}/../../doc/lib/eVisaLib/PaperlessBase-4.6.0.2.jar</systemPath>
         </dependency>
         <dependency>
             <groupId>com.e.visa</groupId>
             <artifactId>paperless.client</artifactId>
             <version>4.6.0.2</version>
+            <scope>system</scope>
+            <systemPath>${basedir}/../../doc/lib/eVisaLib/PaperlessClient-4.6.0.2.jar</systemPath>
         </dependency>
         <dependency>
             <groupId>com.e.visa</groupId>
             <artifactId>paperless.dto</artifactId>
             <version>4.6.0.2</version>
+            <scope>system</scope>
+            <systemPath>${basedir}/../../doc/lib/eVisaLib/PaperlessDTO-4.6.0.2.jar</systemPath>
         </dependency>
         <dependency>
             <groupId>com.e.visa</groupId>
             <artifactId>paperless.http.framework</artifactId>
             <version>4.6.0.2</version>
+            <scope>system</scope>
+            <systemPath>${basedir}/../../doc/lib/eVisaLib/PaperlessHttpFramework-4.6.0.2.jar</systemPath>
         </dependency>
         <dependency>
             <groupId>commons-net</groupId>
@@ -157,41 +193,57 @@
             <groupId>com.e.visa</groupId>
             <artifactId>paperless.sadk.ext</artifactId>
             <version>3.1.0.0</version>
+            <scope>system</scope>
+            <systemPath>${basedir}/../../doc/lib/eVisaLib/paperless-sadk-ext-3.1.0.0.jar</systemPath>
         </dependency>
         <dependency>
             <groupId>com.e.visa</groupId>
             <artifactId>pdf.jni.kit</artifactId>
             <version>3.2.0.1</version>
+            <scope>system</scope>
+            <systemPath>${basedir}/../../doc/lib/eVisaLib/PDFJniKit-3.2.0.1.jar</systemPath>
         </dependency>
         <dependency>
             <groupId>com.e.visa</groupId>
             <artifactId>sadk</artifactId>
             <version>3.7.1.0</version>
+            <scope>system</scope>
+            <systemPath>${basedir}/../../doc/lib/eVisaLib/SADK-3.7.1.0.jar</systemPath>
         </dependency>
         <dependency>
             <groupId>com.e.visa</groupId>
             <artifactId>Seal.SADK</artifactId>
             <version>3.1.4.3</version>
+            <scope>system</scope>
+            <systemPath>${basedir}/../../doc/lib/eVisaLib/SealSADK-3.1.4.3.jar</systemPath>
         </dependency>
         <dependency>
             <groupId>com.e.visa</groupId>
             <artifactId>Seal.SADK7</artifactId>
             <version>5.6.4.2</version>
+            <scope>system</scope>
+            <systemPath>${basedir}/../../doc/lib/eVisaLib/SealSADK7-5.6.4.2.jar</systemPath>
         </dependency>
         <dependency>
             <groupId>com.e.visa</groupId>
             <artifactId>slf4j.api</artifactId>
             <version>1.7.28</version>
+            <scope>system</scope>
+            <systemPath>${basedir}/../../doc/lib/eVisaLib/slf4j-api-1.7.28.jar</systemPath>
         </dependency>
         <dependency>
             <groupId>com.e.visa</groupId>
             <artifactId>timestamp.API</artifactId>
             <version>4.2.1.0</version>
+            <scope>system</scope>
+            <systemPath>${basedir}/../../doc/lib/eVisaLib/TimestampAPI-4.2.1.0.jar</systemPath>
         </dependency>
         <dependency>
             <groupId>com.e.visa</groupId>
             <artifactId>UARC</artifactId>
             <version>3.0.1.1</version>
+            <scope>system</scope>
+            <systemPath>${basedir}/../../doc/lib/eVisaLib/UARC-3.0.1.1.jar</systemPath>
         </dependency>
         <dependency>
             <groupId>org.springblade</groupId>

+ 0 - 0
doc/lib/eVisaLib/logback.cfca-4.2.1.0.jar