123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <parent>
- <artifactId>BladeX</artifactId>
- <groupId>org.springblade</groupId>
- <version>2.9.1.RELEASE</version>
- <relativePath>../../pom.xml</relativePath>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <artifactId>blade-e-visa</artifactId>
- <dependencies>
- <dependency>
- <groupId>org.springblade</groupId>
- <artifactId>blade-core-boot</artifactId>
- </dependency>
- <dependency>
- <groupId>org.springblade</groupId>
- <artifactId>blade-starter-swagger</artifactId>
- </dependency>
- <dependency>
- <groupId>org.springblade</groupId>
- <artifactId>blade-e-visa-api</artifactId>
- <version>${bladex.project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.springblade</groupId>
- <artifactId>blade-core-cloud</artifactId>
- </dependency>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.17</version>
- </dependency>
- <dependency>
- <groupId>org.springblade</groupId>
- <artifactId>blade-business-api</artifactId>
- <version>2.9.1.RELEASE</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.springblade</groupId>
- <artifactId>blade-manager-api</artifactId>
- <version>2.9.1.RELEASE</version>
- <scope>compile</scope>
- </dependency>
- <!-- 电签相关 start -->
- <dependency>
- <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>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>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>
- <artifactId>commons-net</artifactId>
- <version>3.8.0</version>
- </dependency>
- <dependency>
- <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>
- <artifactId>blade-resource-api</artifactId>
- <version>2.9.1.RELEASE</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-test</artifactId>
- </dependency>
- <dependency>
- <groupId>commons-net</groupId>
- <artifactId>commons-net</artifactId>
- <version>3.8.0</version>
- </dependency>
- <dependency>
- <groupId>org.apache.pdfbox</groupId>
- <artifactId>pdfbox</artifactId>
- <version>2.0.24</version>
- </dependency>
- <dependency>
- <groupId>com.itextpdf</groupId>
- <artifactId>itextpdf</artifactId>
- <version>5.5.13</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.springblade</groupId>
- <artifactId>blade-system-api</artifactId>
- <version>2.9.1.RELEASE</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.jsoup</groupId>
- <artifactId>jsoup</artifactId>
- </dependency>
- <!-- 电签相关 end -->
- </dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>com.spotify</groupId>
- <artifactId>dockerfile-maven-plugin</artifactId>
- <configuration>
- <username>${docker.username}</username>
- <password>${docker.password}</password>
- <repository>${docker.registry.url}/${docker.namespace}/${project.artifactId}</repository>
- <tag>${project.version}</tag>
- <useMavenSettingsForAuth>true</useMavenSettingsForAuth>
- <buildArgs>
- <JAR_FILE>target/${project.build.finalName}.jar</JAR_FILE>
- </buildArgs>
- <skip>false</skip>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>${java.version}</source>
- <target>${java.version}</target>
- <encoding>${project.build.sourceEncoding}</encoding>
- <compilerArguments>
- <bootclasspath>${java.home}/lib/rt.jar:${java.home}/lib/jce.jar:${java.home}/lib/jsse.jar
- </bootclasspath>
- </compilerArguments>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </project>
|