<?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.yqzx</groupId>
|
<artifactId>yqzx-common</artifactId>
|
<version>1.0.0</version>
|
<packaging>jar</packaging>
|
<properties>
|
<pagehelper.version>1.2.3</pagehelper.version>
|
</properties>
|
<dependencies>
|
|
<dependency>
|
<groupId>io.springfox</groupId>
|
<artifactId>springfox-swagger2</artifactId>
|
<version>2.5.0</version>
|
</dependency>
|
|
<!-- https://mvnrepository.com/artifact/commons-beanutils/commons-beanutils -->
|
<dependency>
|
<groupId>commons-beanutils</groupId>
|
<artifactId>commons-beanutils</artifactId>
|
<version>1.9.3</version>
|
</dependency>
|
|
|
|
<!--MD5撒盐-->
|
<dependency>
|
<groupId>commons-codec</groupId>
|
<artifactId>commons-codec</artifactId>
|
<version>1.6</version>
|
</dependency>
|
|
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
|
<dependency>
|
<groupId>org.apache.commons</groupId>
|
<artifactId>commons-lang3</artifactId>
|
<version>3.10</version>
|
</dependency>
|
|
<!--极光推送-->
|
<dependency>
|
<groupId>cn.jpush.api</groupId>
|
<artifactId>jpush-client</artifactId>
|
<version>3.3.10</version>
|
</dependency>
|
|
<dependency>
|
<groupId>org.owasp.antisamy</groupId>
|
<artifactId>antisamy</artifactId>
|
<version>1.5.8</version>
|
</dependency>
|
|
<!--小程序 session_key加解密用到的jar-->
|
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15 -->
|
<dependency>
|
<groupId>org.bouncycastle</groupId>
|
<artifactId>bcprov-jdk15</artifactId>
|
<version>1.45</version>
|
</dependency>
|
<dependency>
|
<groupId>org.apache.commons</groupId>
|
<artifactId>commons-text</artifactId>
|
<version>1.1</version>
|
</dependency>
|
|
|
<dependency>
|
<groupId>org.apache.poi</groupId>
|
<artifactId>poi-ooxml-schemas</artifactId>
|
<version>4.0.1</version>
|
</dependency>
|
|
<dependency>
|
<groupId>org.apache.poi</groupId>
|
<artifactId>poi-ooxml</artifactId>
|
<version>4.0.1</version>
|
</dependency>
|
<dependency>
|
<groupId>org.apache.poi</groupId>
|
<artifactId>poi</artifactId>
|
<version>3.14</version>
|
</dependency>
|
<dependency>
|
<groupId>com.google.zxing</groupId>
|
<artifactId>core</artifactId>
|
<version>3.3.0</version>
|
</dependency>
|
<dependency>
|
<groupId>com.google.zxing</groupId>
|
<artifactId>javase</artifactId>
|
<version>3.3.0</version>
|
</dependency>
|
<dependency>
|
<groupId>com.belerweb</groupId>
|
<artifactId>pinyin4j</artifactId>
|
<version>2.5.1</version>
|
</dependency>
|
<dependency>
|
<groupId>org.owasp.encoder</groupId>
|
<artifactId>encoder</artifactId>
|
<version>1.2.2</version>
|
</dependency>
|
|
<!-- https://mvnrepository.com/artifact/dom4j/dom4j -->
|
<dependency>
|
<groupId>dom4j</groupId>
|
<artifactId>dom4j</artifactId>
|
<version>1.6.1</version>
|
</dependency>
|
<dependency>
|
<groupId>org.freemarker</groupId>
|
<artifactId>freemarker</artifactId>
|
<version>2.3.23</version>
|
</dependency>
|
<dependency>
|
<groupId>io.swagger</groupId>
|
<artifactId>swagger-annotations</artifactId>
|
<version>1.5.9</version>
|
<scope>compile</scope>
|
</dependency>
|
|
<!-- 分页插件 pageHelper -->
|
<dependency>
|
<groupId>com.github.pagehelper</groupId>
|
<artifactId>pagehelper-spring-boot-starter</artifactId>
|
<version>${pagehelper.version}</version>
|
<exclusions>
|
<exclusion>
|
<groupId>org.mybatis</groupId>
|
<artifactId>mybatis</artifactId>
|
</exclusion>
|
<exclusion>
|
<groupId>org.mybatis</groupId>
|
<artifactId>mybatis-spring</artifactId>
|
</exclusion>
|
</exclusions>
|
</dependency>
|
<dependency>
|
<groupId>cn.hutool</groupId>
|
<artifactId>hutool-crypto</artifactId>
|
<version>5.8.16</version>
|
</dependency>
|
|
<dependency>
|
<groupId>cn.hutool</groupId>
|
<artifactId>hutool-core</artifactId>
|
<version>5.8.16</version>
|
</dependency>
|
|
<dependency>
|
<groupId>cn.hutool</groupId>
|
<artifactId>hutool-extra</artifactId>
|
<version>5.8.16</version>
|
</dependency>
|
|
<dependency>
|
<groupId>cn.hutool</groupId>
|
<artifactId>hutool-poi</artifactId>
|
<version>5.8.16</version>
|
</dependency>
|
|
<dependency>
|
<groupId>cn.hutool</groupId>
|
<artifactId>hutool-http</artifactId>
|
<version>5.8.16</version>
|
</dependency>
|
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-aop</artifactId>
|
<version>2.6.15</version>
|
<exclusions>
|
<exclusion>
|
<artifactId>spring-core</artifactId>
|
<groupId>org.springframework</groupId>
|
</exclusion>
|
</exclusions>
|
</dependency>
|
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-web</artifactId>
|
<version>2.6.15</version>
|
<exclusions>
|
<exclusion>
|
<artifactId>spring-core</artifactId>
|
<groupId>org.springframework</groupId>
|
</exclusion>
|
</exclusions>
|
</dependency>
|
<!-- https://mvnrepository.com/artifact/org.springframework/spring-core -->
|
<dependency>
|
<groupId>org.springframework</groupId>
|
<artifactId>spring-core</artifactId>
|
<version>5.3.26</version>
|
</dependency>
|
<!-- https://mvnrepository.com/artifact/mysql/mysql-connector-java -->
|
<dependency>
|
<groupId>mysql</groupId>
|
<artifactId>mysql-connector-java</artifactId>
|
<version>8.0.28</version>
|
</dependency>
|
<dependency>
|
<groupId>org.projectlombok</groupId>
|
<artifactId>lombok</artifactId>
|
<version>1.18.16</version>
|
<scope>provided</scope>
|
</dependency>
|
|
<dependency>
|
<groupId>com.alibaba</groupId>
|
<artifactId>fastjson</artifactId>
|
<version>1.2.83</version>
|
</dependency>
|
|
<dependency>
|
<groupId>commons-net</groupId>
|
<artifactId>commons-net</artifactId>
|
<version>3.6</version>
|
</dependency>
|
|
<dependency>
|
<groupId>com.jcraft</groupId>
|
<artifactId>jsch</artifactId>
|
<version>0.1.54</version>
|
</dependency>
|
|
<dependency>
|
<groupId>ch.qos.logback</groupId>
|
<artifactId>logback-classic</artifactId>
|
<version>1.2.9</version>
|
</dependency>
|
</dependencies>
|
|
<build>
|
<plugins>
|
<!--打包跳过测试-->
|
<plugin>
|
<groupId>org.apache.maven.plugins</groupId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
<version>2.12.4</version>
|
<configuration>
|
<skipTests>true</skipTests>
|
</configuration>
|
</plugin>
|
|
<plugin>
|
<groupId>org.apache.maven.plugins</groupId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
<version>3.5.1</version>
|
<configuration>
|
<source>1.8</source>
|
<target>1.8</target>
|
</configuration>
|
</plugin>
|
|
<plugin>
|
<groupId>org.apache.maven.plugins</groupId>
|
<artifactId>maven-deploy-plugin</artifactId>
|
<version>3.1.1</version>
|
</plugin>
|
|
</plugins>
|
</build>
|
<distributionManagement>
|
<snapshotRepository>
|
<id>jmy-snapshot</id>
|
<name>Nexus Snapshot</name>
|
<url>http://116.198.39.83:7100/repository/jmy-snapshot</url>
|
</snapshotRepository>
|
<repository>
|
<id>jmy-release</id>
|
<name>Nexus-release</name>
|
<url>http://116.198.39.83:7100/repository/jmy-release</url>
|
</repository>
|
</distributionManagement>
|
</project>
|