2019-07-27 23:03:27 +08:00
|
|
|
<?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.cm</groupId>
|
|
|
|
<artifactId>cm-cloud</artifactId>
|
2019-10-26 15:55:49 +08:00
|
|
|
<version>1.0.1-SNAPSHOT</version>
|
2019-07-27 23:03:27 +08:00
|
|
|
<modules>
|
|
|
|
<module>cloud-common</module>
|
|
|
|
<module>cloud-security</module>
|
|
|
|
<module>cloud-token-in</module>
|
|
|
|
<module>cloud-token-out</module>
|
|
|
|
<module>cloud-common-plugin</module>
|
|
|
|
<module>cloud-common-plugin-oauth</module>
|
2020-01-30 23:25:39 +08:00
|
|
|
<module>cloud-common-plugin-dynamic</module>
|
|
|
|
<module>cloud-common-plugin-dictionary</module>
|
2020-03-02 23:45:56 +08:00
|
|
|
<module>cloud-common-wechat</module>
|
2020-03-09 23:25:43 +08:00
|
|
|
<module>cloud-manager-sms</module>
|
2019-07-27 23:03:27 +08:00
|
|
|
</modules>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<description>成迈云</description>
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
<java.version>1.8</java.version>
|
|
|
|
<spring.version>5.1.4.RELEASE</spring.version>
|
|
|
|
<spring-boot.version>2.1.2.RELEASE</spring-boot.version>
|
2019-11-13 11:23:31 +08:00
|
|
|
<spring-boot.oauth.autoconfigure.version>2.0.0.RELEASE</spring-boot.oauth.autoconfigure.version>
|
2019-07-27 23:03:27 +08:00
|
|
|
<spring-cloud.version>Greenwich.RELEASE</spring-cloud.version>
|
|
|
|
<durid.version>1.0.31</durid.version>
|
|
|
|
<fastjson.version>1.2.24</fastjson.version>
|
2020-01-07 17:49:04 +08:00
|
|
|
<easyexcel.version>2.0.5</easyexcel.version>
|
2019-07-27 23:03:27 +08:00
|
|
|
<pagehelper.version>5.1.1</pagehelper.version>
|
|
|
|
<httpclient.version>4.5.6</httpclient.version>
|
|
|
|
<jodaTime.version>2.9.4</jodaTime.version>
|
|
|
|
<shiro.version>1.4.0</shiro.version>
|
|
|
|
<servletApi.version>3.1.0</servletApi.version>
|
|
|
|
<jspApi.version>2.0</jspApi.version>
|
|
|
|
<jstl.version>1.2</jstl.version>
|
|
|
|
<commons-text.version>1.6</commons-text.version>
|
|
|
|
<common-pool2.version>2.6.0</common-pool2.version>
|
|
|
|
<commonLang3.version>3.4</commonLang3.version>
|
|
|
|
<common-io.version>2.4</common-io.version>
|
|
|
|
<common-net.version>3.3</common-net.version>
|
|
|
|
<common-fileupload.version>1.3.1</common-fileupload.version>
|
|
|
|
<common-codec.version>1.12</common-codec.version>
|
|
|
|
<common-compress>1.18</common-compress>
|
2019-09-08 21:54:19 +08:00
|
|
|
<common-beanutils.version>1.9.4</common-beanutils.version>
|
2019-07-27 23:03:27 +08:00
|
|
|
<saaj.version>1.3.18</saaj.version>
|
|
|
|
<shiro.version>1.4.0</shiro.version>
|
|
|
|
<poi.version>3.17</poi.version>
|
|
|
|
<validation.version>2.0.1.Final</validation.version>
|
2019-08-02 10:42:09 +08:00
|
|
|
<hibernate-validation.version>6.0.17.Final</hibernate-validation.version>
|
2019-07-27 23:03:27 +08:00
|
|
|
<dom4j.version>1.6.1</dom4j.version>
|
|
|
|
<quartz.version>2.3.0</quartz.version>
|
|
|
|
<ehcache.version>2.10.4</ehcache.version>
|
|
|
|
<thumbnailator.version>0.4.8</thumbnailator.version>
|
|
|
|
<mysql.version>5.1.47</mysql.version>
|
|
|
|
<jedis.version>2.9.0</jedis.version>
|
|
|
|
<swagger.version>2.5.0</swagger.version>
|
2019-08-26 18:02:17 +08:00
|
|
|
<zxing.version>3.3.3</zxing.version>
|
2020-01-07 17:49:04 +08:00
|
|
|
<pingyin4j.version>2.5.1</pingyin4j.version>
|
2019-07-27 23:03:27 +08:00
|
|
|
</properties>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>redis.clients</groupId>
|
|
|
|
<artifactId>jedis</artifactId>
|
|
|
|
<version>${jedis.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Spring start -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-context</artifactId>
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-beans</artifactId>
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-web</artifactId>
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-webmvc</artifactId>
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-jdbc</artifactId>
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-aspects</artifactId>
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-context-support</artifactId>
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<!-- Spring end -->
|
|
|
|
|
2020-01-07 17:49:04 +08:00
|
|
|
<!-- fastjson start -->
|
2019-07-27 23:03:27 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
<artifactId>fastjson</artifactId>
|
|
|
|
<version>${fastjson.version}</version>
|
|
|
|
</dependency>
|
2020-01-07 17:49:04 +08:00
|
|
|
<!-- fastjson end -->
|
|
|
|
|
|
|
|
<!-- easyexcel start -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
<artifactId>easyexcel</artifactId>
|
|
|
|
<version>${easyexcel.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<!-- easyexcel end -->
|
2019-07-27 23:03:27 +08:00
|
|
|
|
|
|
|
<!-- MySQL start -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>mysql</groupId>
|
|
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
|
|
<version>${mysql.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<!-- MySQL end -->
|
|
|
|
|
|
|
|
<!-- durid -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
<artifactId>druid</artifactId>
|
|
|
|
<version>${durid.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- pager -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.pagehelper</groupId>
|
|
|
|
<artifactId>pagehelper</artifactId>
|
|
|
|
<version>${pagehelper.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- httpclient -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
|
<artifactId>httpclient</artifactId>
|
|
|
|
<version>${httpclient.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
|
<artifactId>httpmime</artifactId>
|
|
|
|
<version>${httpclient.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Shiro start -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.shiro</groupId>
|
|
|
|
<artifactId>shiro-core</artifactId>
|
|
|
|
<version>${shiro.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.shiro</groupId>
|
|
|
|
<artifactId>shiro-web</artifactId>
|
|
|
|
<version>${shiro.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.shiro</groupId>
|
|
|
|
<artifactId>shiro-spring</artifactId>
|
|
|
|
<version>${shiro.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.shiro</groupId>
|
|
|
|
<artifactId>shiro-ehcache</artifactId>
|
|
|
|
<version>${shiro.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.shiro</groupId>
|
|
|
|
<artifactId>shiro-all</artifactId>
|
|
|
|
<version>${shiro.version}</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.shiro</groupId>
|
|
|
|
<artifactId>shiro-quartz</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<!-- Shiro end -->
|
|
|
|
<!-- validation start -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.validation</groupId>
|
|
|
|
<artifactId>validation-api</artifactId>
|
|
|
|
<version>${validation.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.hibernate</groupId>
|
|
|
|
<artifactId>hibernate-validator</artifactId>
|
|
|
|
<version>${hibernate-validation.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<!-- validation end -->
|
|
|
|
<!-- dom4j start -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>dom4j</groupId>
|
|
|
|
<artifactId>dom4j</artifactId>
|
|
|
|
<version>${dom4j.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<!-- dom4j end -->
|
|
|
|
<!-- quartz start -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.quartz-scheduler</groupId>
|
|
|
|
<artifactId>quartz</artifactId>
|
|
|
|
<version>${quartz.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<!-- quartz end -->
|
|
|
|
<!-- ehcache start -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.sf.ehcache</groupId>
|
|
|
|
<artifactId>ehcache</artifactId>
|
|
|
|
<version>${ehcache.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<!-- ehcache end -->
|
|
|
|
<!-- thumbnailator start -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.coobird</groupId>
|
|
|
|
<artifactId>thumbnailator</artifactId>
|
|
|
|
<version>${thumbnailator.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<!-- thumbnailator end -->
|
|
|
|
<!-- Servlet|JSP|JSTL start -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<artifactId>javax.servlet-api</artifactId>
|
|
|
|
<version>${servletApi.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<artifactId>jsp-api</artifactId>
|
|
|
|
<version>${jspApi.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>jstl</groupId>
|
|
|
|
<artifactId>jstl</artifactId>
|
|
|
|
<version>${jstl.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<!-- Servlet|JSP|JSTL end -->
|
|
|
|
<!-- date start -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>joda-time</groupId>
|
|
|
|
<artifactId>joda-time</artifactId>
|
|
|
|
<version>${jodaTime.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<!-- date end -->
|
|
|
|
<!-- Apache commons start -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
<version>${commonLang3.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-text</artifactId>
|
|
|
|
<version>${commons-text.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
<version>${common-io.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-net</groupId>
|
|
|
|
<artifactId>commons-net</artifactId>
|
|
|
|
<version>${common-net.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-fileupload</groupId>
|
|
|
|
<artifactId>commons-fileupload</artifactId>
|
|
|
|
<version>${common-fileupload.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-codec</groupId>
|
|
|
|
<artifactId>commons-codec</artifactId>
|
|
|
|
<version>${common-codec.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-compress</artifactId>
|
|
|
|
<version>${common-compress}</version>
|
|
|
|
</dependency>
|
2019-08-02 10:42:09 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-beanutils</groupId>
|
|
|
|
<artifactId>commons-beanutils</artifactId>
|
|
|
|
<version>${common-beanutils.version}</version>
|
|
|
|
</dependency>
|
2019-07-27 23:03:27 +08:00
|
|
|
<!-- Apache commons end -->
|
|
|
|
<!-- POI start -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
<artifactId>poi</artifactId>
|
|
|
|
<version>${poi.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<!-- POI end -->
|
|
|
|
<!-- Base64 start -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.sun.xml.messaging.saaj</groupId>
|
|
|
|
<artifactId>saaj-impl</artifactId>
|
|
|
|
<version>${saaj.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<!-- Base64 end -->
|
|
|
|
<!-- swagger start -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.springfox</groupId>
|
|
|
|
<artifactId>springfox-swagger2</artifactId>
|
|
|
|
<version>${swagger.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.springfox</groupId>
|
|
|
|
<artifactId>springfox-swagger-ui</artifactId>
|
|
|
|
<version>${swagger.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<!-- swagger end -->
|
2019-08-26 18:02:17 +08:00
|
|
|
<!-- zxing start -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.zxing</groupId>
|
|
|
|
<artifactId>core</artifactId>
|
|
|
|
<version>${zxing.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<!-- zxing end -->
|
2020-01-07 17:49:04 +08:00
|
|
|
|
|
|
|
<!-- pingyin start -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.belerweb</groupId>
|
|
|
|
<artifactId>pinyin4j</artifactId>
|
|
|
|
<version>${pingyin4j.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<!-- pingyin end -->
|
2019-07-27 23:03:27 +08:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
|
<artifactId>spring-cloud-dependencies</artifactId>
|
|
|
|
<version>${spring-cloud.version}</version>
|
|
|
|
<type>pom</type>
|
|
|
|
<scope>import</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
<!-- maven 私服 -->
|
|
|
|
<distributionManagement>
|
|
|
|
<repository>
|
|
|
|
<id>maven-releases</id>
|
|
|
|
<url>http://124.67.110.245:8888/repository/maven-releases/</url>
|
|
|
|
</repository>
|
|
|
|
<snapshotRepository>
|
|
|
|
<id>maven-snapshots</id>
|
|
|
|
<url>http://124.67.110.245:8888/repository/maven-snapshots/</url>
|
|
|
|
</snapshotRepository>
|
|
|
|
</distributionManagement>
|
|
|
|
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>spring-milestones</id>
|
|
|
|
<name>Spring Milestones</name>
|
|
|
|
<url>https://mvnrepository.com</url>
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<finalName>${project.artifactId}</finalName>
|
|
|
|
<!-- resource start -->
|
|
|
|
<plugins>
|
|
|
|
<!-- resource start -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
|
|
<version>2.7</version>
|
|
|
|
<configuration>
|
|
|
|
<encoding>UTF-8</encoding>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<!-- resource end -->
|
|
|
|
<!-- compile start -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<version>3.2</version>
|
|
|
|
<configuration>
|
|
|
|
<source>1.8</source>
|
|
|
|
<target>1.8</target>
|
|
|
|
<encoding>UTF-8</encoding>
|
|
|
|
<!-- 打包JDK内部类 -->
|
|
|
|
<compilerArguments>
|
|
|
|
<!--<bootclasspath>${JAVA_HOME}/jre/lib/rt.jar</bootclasspath>-->
|
|
|
|
</compilerArguments>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<!-- compile end -->
|
|
|
|
<!-- war start -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-war-plugin</artifactId>
|
|
|
|
<version>2.6</version>
|
|
|
|
<configuration>
|
|
|
|
<failOnMissingWebXml>false</failOnMissingWebXml>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<!-- war end -->
|
2020-03-09 00:04:40 +08:00
|
|
|
<!-- source start -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
|
|
<version>2.1</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>attach-sources</id>
|
|
|
|
<goals>
|
|
|
|
<goal>jar</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<!-- source end -->
|
2019-07-27 23:03:27 +08:00
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</project>
|