You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
				
					433 lines
				
				14 KiB
			
		
		
			
		
	
	
					433 lines
				
				14 KiB
			| 
								 
											3 years ago
										 
									 | 
							
								<?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">
							 | 
						||
| 
								 | 
							
								    <modelVersion>4.0.0</modelVersion>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <groupId>com.ynxbd</groupId>
							 | 
						||
| 
								 | 
							
								    <artifactId>wx</artifactId>
							 | 
						||
| 
								 | 
							
								    <version>5.2.0</version>
							 | 
						||
| 
								 | 
							
								    <packaging>war</packaging>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <name>wx Maven Webapp</name>
							 | 
						||
| 
								 | 
							
								    <!-- FIXME change it to the project's website -->
							 | 
						||
| 
								 | 
							
								    <url>http://www.example.com</url>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <properties>
							 | 
						||
| 
								 | 
							
								        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
							 | 
						||
| 
								 | 
							
								        <maven.compiler.source>1.8</maven.compiler.source>
							 | 
						||
| 
								 | 
							
								        <maven.compiler.target>1.8</maven.compiler.target>
							 | 
						||
| 
								 | 
							
								        <struts.version>6.1.1</struts.version>
							 | 
						||
| 
								 | 
							
								        <jsckson.version>2.14.1</jsckson.version>
							 | 
						||
| 
								 | 
							
								        <fastjson.version>1.2.83</fastjson.version>
							 | 
						||
| 
								 | 
							
								    </properties>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <dependencies>
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>junit</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>junit</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>4.13.2</version>
							 | 
						||
| 
								 | 
							
								            <scope>test</scope>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>org.projectlombok</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>lombok</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>1.18.22</version>
							 | 
						||
| 
								 | 
							
								            <scope>provided</scope>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>com.alibaba</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>fastjson</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>${fastjson.version}</version>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <!-- struts2核心依赖 -->
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>org.apache.struts</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>struts2-core</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>${struts.version}</version>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <!-- struts2零配置依赖 -->
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>org.apache.struts</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>struts2-convention-plugin</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>${struts.version}</version>
							 | 
						||
| 
								 | 
							
								            <type>jar</type>
							 | 
						||
| 
								 | 
							
								            <scope>compile</scope>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <!-- logback含sl4j -->
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>ch.qos.logback</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>logback-classic</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>1.2.10</version>
							 | 
						||
| 
								 | 
							
								            <exclusions>
							 | 
						||
| 
								 | 
							
								                <exclusion>
							 | 
						||
| 
								 | 
							
								                    <artifactId>slf4j-api</artifactId>
							 | 
						||
| 
								 | 
							
								                    <groupId>org.slf4j</groupId>
							 | 
						||
| 
								 | 
							
								                </exclusion>
							 | 
						||
| 
								 | 
							
								            </exclusions>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>javax.servlet</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>jstl</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>1.2</version>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <!-- jackson -->
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>com.fasterxml.jackson.core</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>jackson-core</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>${jsckson.version}</version>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>com.fasterxml.jackson.core</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>jackson-databind</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>${jsckson.version}</version>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>com.fasterxml.jackson.core</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>jackson-annotations</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>${jsckson.version}</version>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <!-- 微信菜单-包冲突 -->
							 | 
						||
| 
								 | 
							
								<!--        <dependency>-->
							 | 
						||
| 
								 | 
							
								<!--            <groupId>com.soecode.wx-tools</groupId>-->
							 | 
						||
| 
								 | 
							
								<!--            <artifactId>wx-tools</artifactId>-->
							 | 
						||
| 
								 | 
							
								<!--            <version>2.1.4-RELEASE</version>-->
							 | 
						||
| 
								 | 
							
								<!--        </dependency>-->
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <!--微信授权和订单信息-->
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>com.github.liyiorg</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>weixin-popular</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>2.8.32</version>
							 | 
						||
| 
								 | 
							
								            <exclusions>
							 | 
						||
| 
								 | 
							
								                <exclusion>
							 | 
						||
| 
								 | 
							
								                    <artifactId>fastjson</artifactId>
							 | 
						||
| 
								 | 
							
								                    <groupId>com.alibaba</groupId>
							 | 
						||
| 
								 | 
							
								                </exclusion>
							 | 
						||
| 
								 | 
							
								                <exclusion>
							 | 
						||
| 
								 | 
							
								                    <artifactId>json</artifactId>
							 | 
						||
| 
								 | 
							
								                    <groupId>org.json</groupId>
							 | 
						||
| 
								 | 
							
								                </exclusion>
							 | 
						||
| 
								 | 
							
								                <exclusion>
							 | 
						||
| 
								 | 
							
								                    <artifactId>httpclient</artifactId>
							 | 
						||
| 
								 | 
							
								                    <groupId>org.apache.httpcomponents</groupId>
							 | 
						||
| 
								 | 
							
								                </exclusion>
							 | 
						||
| 
								 | 
							
								            </exclusions>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>commons-codec</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>commons-codec</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>1.15</version>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>commons-beanutils</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>commons-beanutils</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>1.9.4</version>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>org.apache.commons</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>commons-collections4</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>4.4</version>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <!-- XML -->
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>com.thoughtworks.xstream</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>xstream</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>1.4.20</version>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <!-- mysql驱动包 -->
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>mysql</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>mysql-connector-java</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>5.1.47</version>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>com.alibaba</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>druid</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>1.2.5</version>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <!--dom4j-->
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>org.dom4j</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>dom4j</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>2.1.4</version>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<!--        <dependency>-->
							 | 
						||
| 
								 | 
							
								<!--            <groupId>com.github.wechatpay-apiv3</groupId>-->
							 | 
						||
| 
								 | 
							
								<!--            <artifactId>wechatpay-apache-httpclient</artifactId>-->
							 | 
						||
| 
								 | 
							
								<!--            <version>0.4.4</version>-->
							 | 
						||
| 
								 | 
							
								<!--        </dependency>-->
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <!-- xml主要依赖 -->
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>jaxen</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>jaxen</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>1.2.0</version>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>org.ehcache</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>ehcache</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>3.10.2</version>
							 | 
						||
| 
								 | 
							
								            <exclusions>
							 | 
						||
| 
								 | 
							
								                <exclusion>
							 | 
						||
| 
								 | 
							
								                    <artifactId>slf4j-api</artifactId>
							 | 
						||
| 
								 | 
							
								                    <groupId>org.slf4j</groupId>
							 | 
						||
| 
								 | 
							
								                </exclusion>
							 | 
						||
| 
								 | 
							
								            </exclusions>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <!--二维码-->
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>com.google.zxing</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>core</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>3.4.1</version>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>org.mariadb.jdbc</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>mariadb-java-client</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>3.0.8</version>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <!--servlet-->
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>javax.servlet</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>javax.servlet-api</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>4.0.1</version>
							 | 
						||
| 
								 | 
							
								            <scope>provided</scope>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <!--阿里云短信-->
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>com.aliyun</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>aliyun-java-sdk-core</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>4.6.0</version>
							 | 
						||
| 
								 | 
							
								            <exclusions>
							 | 
						||
| 
								 | 
							
								                <exclusion>
							 | 
						||
| 
								 | 
							
								                    <artifactId>slf4j-api</artifactId>
							 | 
						||
| 
								 | 
							
								                    <groupId>org.slf4j</groupId>
							 | 
						||
| 
								 | 
							
								                </exclusion>
							 | 
						||
| 
								 | 
							
								                <exclusion>
							 | 
						||
| 
								 | 
							
								                    <artifactId>commons-lang3</artifactId>
							 | 
						||
| 
								 | 
							
								                    <groupId>org.apache.commons</groupId>
							 | 
						||
| 
								 | 
							
								                </exclusion>
							 | 
						||
| 
								 | 
							
								                <exclusion>
							 | 
						||
| 
								 | 
							
								                    <artifactId>bcprov-jdk15on</artifactId>
							 | 
						||
| 
								 | 
							
								                    <groupId>org.bouncycastle</groupId>
							 | 
						||
| 
								 | 
							
								                </exclusion>
							 | 
						||
| 
								 | 
							
								                <exclusion>
							 | 
						||
| 
								 | 
							
								                    <artifactId>org.jacoco.agent</artifactId>
							 | 
						||
| 
								 | 
							
								                    <groupId>org.jacoco</groupId>
							 | 
						||
| 
								 | 
							
								                </exclusion>
							 | 
						||
| 
								 | 
							
								                <exclusion>
							 | 
						||
| 
								 | 
							
								                    <artifactId>commons-codec</artifactId>
							 | 
						||
| 
								 | 
							
								                    <groupId>commons-codec</groupId>
							 | 
						||
| 
								 | 
							
								                </exclusion>
							 | 
						||
| 
								 | 
							
								            </exclusions>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <!--百度身份证识别-->
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>com.baidu.aip</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>java-sdk</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>4.16.8</version>
							 | 
						||
| 
								 | 
							
								            <exclusions>
							 | 
						||
| 
								 | 
							
								                <exclusion>
							 | 
						||
| 
								 | 
							
								                    <artifactId>json</artifactId>
							 | 
						||
| 
								 | 
							
								                    <groupId>org.json</groupId>
							 | 
						||
| 
								 | 
							
								                </exclusion>
							 | 
						||
| 
								 | 
							
								                <exclusion>
							 | 
						||
| 
								 | 
							
								                    <artifactId>slf4j-api</artifactId>
							 | 
						||
| 
								 | 
							
								                    <groupId>org.slf4j</groupId>
							 | 
						||
| 
								 | 
							
								                </exclusion>
							 | 
						||
| 
								 | 
							
								                <exclusion>
							 | 
						||
| 
								 | 
							
								                    <artifactId>guava</artifactId>
							 | 
						||
| 
								 | 
							
								                    <groupId>com.google.guava</groupId>
							 | 
						||
| 
								 | 
							
								                </exclusion>
							 | 
						||
| 
								 | 
							
								            </exclusions>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>com.microsoft.sqlserver</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>mssql-jdbc</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>6.4.0.jre8</version>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <!-- 图像处理-->
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>net.coobird</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>thumbnailator</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>0.4.15</version>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>com.alipay.sdk</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>alipay-easysdk</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>2.2.2</version>
							 | 
						||
| 
								 | 
							
								            <exclusions>
							 | 
						||
| 
								 | 
							
								                <exclusion>
							 | 
						||
| 
								 | 
							
								                    <artifactId>slf4j-api</artifactId>
							 | 
						||
| 
								 | 
							
								                    <groupId>org.slf4j</groupId>
							 | 
						||
| 
								 | 
							
								                </exclusion>
							 | 
						||
| 
								 | 
							
								                <exclusion>
							 | 
						||
| 
								 | 
							
								                    <artifactId>gson</artifactId>
							 | 
						||
| 
								 | 
							
								                    <groupId>com.google.code.gson</groupId>
							 | 
						||
| 
								 | 
							
								                </exclusion>
							 | 
						||
| 
								 | 
							
								            </exclusions>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>com.alipay.sdk</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>alipay-sdk-java</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>4.35.9.ALL</version>
							 | 
						||
| 
								 | 
							
								            <exclusions>
							 | 
						||
| 
								 | 
							
								                <exclusion>
							 | 
						||
| 
								 | 
							
								                    <artifactId>fastjson</artifactId>
							 | 
						||
| 
								 | 
							
								                    <groupId>com.alibaba</groupId>
							 | 
						||
| 
								 | 
							
								                </exclusion>
							 | 
						||
| 
								 | 
							
								                <exclusion>
							 | 
						||
| 
								 | 
							
								                    <artifactId>commons-logging</artifactId>
							 | 
						||
| 
								 | 
							
								                    <groupId>commons-logging</groupId>
							 | 
						||
| 
								 | 
							
								                </exclusion>
							 | 
						||
| 
								 | 
							
								                <exclusion>
							 | 
						||
| 
								 | 
							
								                    <artifactId>bcprov-jdk15on</artifactId>
							 | 
						||
| 
								 | 
							
								                    <groupId>org.bouncycastle</groupId>
							 | 
						||
| 
								 | 
							
								                </exclusion>
							 | 
						||
| 
								 | 
							
								            </exclusions>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>com.auth0</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>java-jwt</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>3.19.2</version>
							 | 
						||
| 
								 | 
							
								            <exclusions>
							 | 
						||
| 
								 | 
							
								                <exclusion>
							 | 
						||
| 
								 | 
							
								                    <artifactId>jackson-databind</artifactId>
							 | 
						||
| 
								 | 
							
								                    <groupId>com.fasterxml.jackson.core</groupId>
							 | 
						||
| 
								 | 
							
								                </exclusion>
							 | 
						||
| 
								 | 
							
								            </exclusions>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>org.apache.poi</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>poi</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>5.2.3</version>
							 | 
						||
| 
								 | 
							
								            <exclusions>
							 | 
						||
| 
								 | 
							
								                <exclusion>
							 | 
						||
| 
								 | 
							
								                    <artifactId>commons-io</artifactId>
							 | 
						||
| 
								 | 
							
								                    <groupId>commons-io</groupId>
							 | 
						||
| 
								 | 
							
								                </exclusion>
							 | 
						||
| 
								 | 
							
								                <exclusion>
							 | 
						||
| 
								 | 
							
								                    <artifactId>log4j-api</artifactId>
							 | 
						||
| 
								 | 
							
								                    <groupId>org.apache.logging.log4j</groupId>
							 | 
						||
| 
								 | 
							
								                </exclusion>
							 | 
						||
| 
								 | 
							
								            </exclusions>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>org.apache.poi</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>poi-ooxml</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>5.2.3</version>
							 | 
						||
| 
								 | 
							
								            <exclusions>
							 | 
						||
| 
								 | 
							
								                <exclusion>
							 | 
						||
| 
								 | 
							
								                    <artifactId>commons-io</artifactId>
							 | 
						||
| 
								 | 
							
								                    <groupId>commons-io</groupId>
							 | 
						||
| 
								 | 
							
								                </exclusion>
							 | 
						||
| 
								 | 
							
								                <exclusion>
							 | 
						||
| 
								 | 
							
								                    <artifactId>log4j-api</artifactId>
							 | 
						||
| 
								 | 
							
								                    <groupId>org.apache.logging.log4j</groupId>
							 | 
						||
| 
								 | 
							
								                </exclusion>
							 | 
						||
| 
								 | 
							
								            </exclusions>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>org.apache.pdfbox</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>pdfbox</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>2.0.25</version>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>cn.hutool</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>hutool-captcha</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>5.8.11</version>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<!--        <!– https://mvnrepository.com/artifact/com.rabbitmq/amqp-client –>-->
							 | 
						||
| 
								 | 
							
								<!--        <dependency>-->
							 | 
						||
| 
								 | 
							
								<!--            <groupId>com.rabbitmq</groupId>-->
							 | 
						||
| 
								 | 
							
								<!--            <artifactId>amqp-client</artifactId>-->
							 | 
						||
| 
								 | 
							
								<!--            <version>5.14.2</version>-->
							 | 
						||
| 
								 | 
							
								<!--        </dependency>-->
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>com.tencent</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>healthcard</artifactId>
							 | 
						||
| 
								 | 
							
								            <scope>system</scope>
							 | 
						||
| 
								 | 
							
								            <version>2.7</version>
							 | 
						||
| 
								 | 
							
								            <systemPath>${pom.basedir}/src/main/webapp/WEB-INF/lib/open-platform-sdk-2.7-jdk1.8.jar</systemPath>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>com.bocom</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>api</artifactId>
							 | 
						||
| 
								 | 
							
								            <scope>system</scope>
							 | 
						||
| 
								 | 
							
								            <version>1.1-4</version>
							 | 
						||
| 
								 | 
							
								            <systemPath>${pom.basedir}/src/main/webapp/WEB-INF/lib/bocom-openapi-sdk-1.1-4jdk1.8.jar</systemPath>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>redis.clients</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>jedis</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>4.2.0</version>
							 | 
						||
| 
								 | 
							
								            <exclusions>
							 | 
						||
| 
								 | 
							
								                <exclusion>
							 | 
						||
| 
								 | 
							
								                    <artifactId>slf4j-api</artifactId>
							 | 
						||
| 
								 | 
							
								                    <groupId>org.slf4j</groupId>
							 | 
						||
| 
								 | 
							
								                </exclusion>
							 | 
						||
| 
								 | 
							
								            </exclusions>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>com.alipay.sdk</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>easysdk-kernel</artifactId>
							 | 
						||
| 
								 | 
							
								            <version>1.0.11</version>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								    </dependencies>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <build>
							 | 
						||
| 
								 | 
							
								        <finalName>wx</finalName>
							 | 
						||
| 
								 | 
							
								        <plugins>
							 | 
						||
| 
								 | 
							
								            <plugin>
							 | 
						||
| 
								 | 
							
								                <groupId>org.apache.maven.plugins</groupId>
							 | 
						||
| 
								 | 
							
								                <artifactId>maven-compiler-plugin</artifactId>
							 | 
						||
| 
								 | 
							
								                <version>3.10.0</version>
							 | 
						||
| 
								 | 
							
								                <configuration>
							 | 
						||
| 
								 | 
							
								                    <source>1.8</source>
							 | 
						||
| 
								 | 
							
								                    <target>1.8</target>
							 | 
						||
| 
								 | 
							
								                    <compilerArgs>
							 | 
						||
| 
								 | 
							
								                        <arg>-parameters</arg>
							 | 
						||
| 
								 | 
							
								                    </compilerArgs>
							 | 
						||
| 
								 | 
							
								                </configuration>
							 | 
						||
| 
								 | 
							
								            </plugin>
							 | 
						||
| 
								 | 
							
								        </plugins>
							 | 
						||
| 
								 | 
							
								    </build>
							 | 
						||
| 
								 | 
							
								</project>
							 |