| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281 |
- <?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>eladmin</artifactId>
- <groupId>me.zhengjie</groupId>
- <version>2.6</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <artifactId>eladmin-system</artifactId>
- <name>核心模块</name>
- <properties>
- <jjwt.version>0.11.1</jjwt.version>
- <!-- oshi监控需要指定jna版本, 问题详见 https://github.com/oshi/oshi/issues/1040 -->
- <jna.version>5.8.0</jna.version>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
- <java.version>1.8</java.version>
- <aliyun-oss.version>2.8.3</aliyun-oss.version>
- <aliyun.sdk.version>4.5.1</aliyun.sdk.version>
- <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>
- <NATLSignClient.version>1.1.0</NATLSignClient.version>
- </properties>
- <dependencies>
- <!-- 代码生成模块 -->
- <dependency>
- <groupId>me.zhengjie</groupId>
- <artifactId>eladmin-generator</artifactId>
- <version>2.6</version>
- <exclusions>
- <exclusion>
- <groupId>me.zhengjie</groupId>
- <artifactId>eladmin-common</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>me.zhengjie</groupId>
- <artifactId>eladmin-security</artifactId>
- <version>2.6</version>
- <exclusions>
- <exclusion>
- <groupId>me.zhengjie</groupId>
- <artifactId>eladmin-common</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>me.zhengjie</groupId>
- <artifactId>eladmin-mnt</artifactId>
- <version>2.6</version>
- <exclusions>
- <exclusion>
- <groupId>me.zhengjie</groupId>
- <artifactId>eladmin-logging</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <!-- quartz模块包含了tools common 和 logging 模块 -->
- <dependency>
- <groupId>me.zhengjie</groupId>
- <artifactId>eladmin-quartz</artifactId>
- <version>2.6</version>
- </dependency>
- <!-- Spring boot websocket -->
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-websocket</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.pdfbox</groupId>
- <artifactId>pdfbox</artifactId>
- <version>3.0.0-alpha3</version>
- </dependency>
- <!-- 获取系统信息 -->
- <dependency>
- <groupId>com.github.oshi</groupId>
- <artifactId>oshi-core</artifactId>
- <version>5.7.1</version>
- </dependency>
- <dependency>
- <groupId>com.baomidou</groupId>
- <artifactId>mybatis-plus-boot-starter</artifactId>
- <version>3.5.1</version>
- </dependency>
- <dependency>
- <groupId>com.baomidou</groupId>
- <artifactId>mybatis-plus-generator</artifactId>
- <version>3.5.1</version>
- </dependency>
- <dependency>
- <groupId>org.zefer</groupId>
- <artifactId>pd4ml</artifactId>
- <version>${zefer.pd4ml.version}</version>
- </dependency>
- <dependency>
- <groupId>org.zefer</groupId>
- <artifactId>fonts</artifactId>
- <version>${zefer.fonts.version}</version>
- </dependency>
- <dependency>
- <groupId>io.minio</groupId>
- <artifactId>minio</artifactId>
- <version>7.0.2</version>
- </dependency>
- <dependency>
- <groupId>org.zefer</groupId>
- <artifactId>ss_css2</artifactId>
- <version>${zefer.ss_css.version}</version>
- </dependency>
- <dependency>
- <groupId>com.uinid</groupId>
- <artifactId>NATLSignClient</artifactId>
- <version>${NATLSignClient.version}</version>
- </dependency>
- <!--阿里OSS对象服务 -->
- <dependency>
- <groupId>com.aliyun.oss</groupId>
- <artifactId>aliyun-sdk-oss</artifactId>
- <version>2.7.0</version>
- </dependency>
- <!-- 阿里短信服务 -->
- <dependency>
- <groupId>com.aliyun</groupId>
- <artifactId>aliyun-java-sdk-core</artifactId>
- <version>${aliyun.sdk.version}</version>
- </dependency>
- <!-- 腾讯人脸识别SDk -->
- <dependency>
- <groupId>com.tencentcloudapi</groupId>
- <artifactId>tencentcloud-sdk-java</artifactId>
- <version>${tencentcloud.sdk.version}</version>
- </dependency>
- <dependency>
- <groupId>cn.hutool</groupId>
- <artifactId>hutool-all</artifactId>
- <version>${hu.tu}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-configuration-processor</artifactId>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>com.github.tencentyun</groupId>
- <artifactId>tls-sig-api-v2</artifactId>
- <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>
- </dependency>
- <dependency>
- <groupId>net.coobird</groupId>
- <artifactId>thumbnailator</artifactId>
- <version>0.4.16</version>
- </dependency>
- <dependency>
- <groupId>com.lowagie</groupId>
- <artifactId>itext</artifactId>
- <version>2.0.8</version>
- </dependency>
- <dependency>
- <groupId>org.xhtmlrenderer</groupId>
- <artifactId>core-renderer</artifactId>
- <version>R8</version>
- </dependency>
- </dependencies>
- <!-- 打包 -->
- <build>
- <plugins>
- <plugin>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
- <configuration>
- <fork>true</fork>
- <includeSystemScope>true</includeSystemScope>
- <includes>
- <include>
- <groupId>${project.groupId}</groupId>
- <artifactId>${project.artifactId}</artifactId>
- </include>
- </includes>
- <layout>ZIP</layout>
- <jvmArguments>-Dfile.encoding=UTF-8</jvmArguments>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <executions>
- <execution>
- <id>copy-dependencies</id>
- <phase>package</phase>
- <goals>
- <goal>copy-dependencies</goal>
- </goals>
- <configuration>
- <outputDirectory>${project.build.directory}/jar</outputDirectory>
- <excludeTransitive>false</excludeTransitive>
- <stripVersion>false</stripVersion>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <!-- 跳过单元测试 -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <skipTests>true</skipTests>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </project>
|