mirror of
https://github.com/1024-lab/smart-admin.git
synced 2025-09-01 18:34:37 +00:00
545 lines
21 KiB
XML
545 lines
21 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
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.gangquan360</groupId>
|
|
<artifactId>smart-admin-service-parent</artifactId>
|
|
<version>1.0.0</version>
|
|
<packaging>pom</packaging>
|
|
|
|
<modules>
|
|
<module>smart-admin-api</module>
|
|
</modules>
|
|
|
|
<properties>
|
|
<java.version>1.8</java.version>
|
|
<hibernate.annotations.version>3.3.0.ga</hibernate.annotations.version>
|
|
<log4j.web.version>2.10.0</log4j.web.version>
|
|
<smartadmin.springboot.version>2.1.9.RELEASE</smartadmin.springboot.version>
|
|
<smartadmin.springcloud.version>Finchley.SR1</smartadmin.springcloud.version>
|
|
<spring-framework-bom.version>5.1.10.RELEASE</spring-framework-bom.version>
|
|
<actuator.version>2.0.5.RELEASE</actuator.version>
|
|
<jolokia.version>1.5.0</jolokia.version>
|
|
<micrometer.version>1.0.6</micrometer.version>
|
|
<thymeleaf-extras-data-attribute.version>2.0.1</thymeleaf-extras-data-attribute.version>
|
|
<thymeleaf-extras-java8time.version>3.0.1.RELEASE</thymeleaf-extras-java8time.version>
|
|
<thymeleaf-extras-springsecurity4.version>3.0.2.RELEASE</thymeleaf-extras-springsecurity4.version>
|
|
<thymeleaf-layout-dialect.version>2.3.0</thymeleaf-layout-dialect.version>
|
|
<thymeleaf.version>3.0.9.RELEASE</thymeleaf.version>
|
|
<velocity.version>1.7</velocity.version>
|
|
<swagger.version>2.7.0</swagger.version>
|
|
<mybatis-spring-boot.version>1.3.0</mybatis-spring-boot.version>
|
|
<sql-server.version>6.3.2.jre8-preview</sql-server.version>
|
|
<fastjson.version>1.2.9</fastjson.version>
|
|
<feign-gson-version>8.18.0</feign-gson-version>
|
|
<guava-version>23.1-jre</guava-version>
|
|
<pagehelper-version>1.2.3</pagehelper-version>
|
|
<oss.version>2.7.0</oss.version>
|
|
<qiniu.version>[7.2.0, 7.2.99]</qiniu.version>
|
|
<fileupload.version>1.3.1</fileupload.version>
|
|
<jjwt.version>0.9.0</jjwt.version>
|
|
<openhtml.version>0.0.1-RC11</openhtml.version>
|
|
<hibernate-validator-version>6.0.2.Final</hibernate-validator-version>
|
|
<javax.validation-version>2.0.0.Final</javax.validation-version>
|
|
<javax.el-version>3.0.1-b08</javax.el-version>
|
|
<druid.version>1.0.29</druid.version>
|
|
<commons-lang3.version>3.3.2</commons-lang3.version>
|
|
<mybatisplus.version>2.1.6</mybatisplus.version>
|
|
<mybatisplus-spring-boot-starter.version>1.0.4</mybatisplus-spring-boot-starter.version>
|
|
<concurrentlinkedhashmap-version>1.4.2</concurrentlinkedhashmap-version>
|
|
<velocity-engine-core.version>2.0</velocity-engine-core.version>
|
|
<client.version>1.0.0-SNAPSHOT</client.version>
|
|
<springboot.redis.version>2.0.2.RELEASE</springboot.redis.version>
|
|
<apache-poi-version>3.15</apache-poi-version>
|
|
<easypoi-version>3.3.0</easypoi-version>
|
|
<jpush-api-version>3.3.4</jpush-api-version>
|
|
<commons-beanutils.version>1.9.3</commons-beanutils.version>
|
|
<weixin-sdk.version>3.1.0</weixin-sdk.version>
|
|
<kafka.version>2.1.11.RELEASE</kafka.version>
|
|
<kafka-test.version>2.1.11.RELEASE</kafka-test.version>
|
|
<sigar.version>1.6.4</sigar.version>
|
|
<userAgent.version>1.21</userAgent.version>
|
|
<kaptcha.version>2.3.2</kaptcha.version>
|
|
<lombok.version>1.18.8</lombok.version>
|
|
<okhttp.version>4.2.2</okhttp.version>
|
|
</properties>
|
|
|
|
<dependencyManagement>
|
|
<dependencies>
|
|
<dependency>
|
|
<artifactId>velocity</artifactId>
|
|
<groupId>org.apache.velocity</groupId>
|
|
<version>${velocity.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-framework-bom</artifactId>
|
|
<version>${spring-framework-bom.version}</version>
|
|
<type>pom</type>
|
|
<scope>import</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-dependencies</artifactId>
|
|
<version>${smartadmin.springboot.version}</version>
|
|
<type>pom</type>
|
|
<scope>import</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-actuator</artifactId>
|
|
<version>${actuator.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-quartz</artifactId>
|
|
<version>2.0.5.RELEASE</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.jolokia</groupId>
|
|
<artifactId>jolokia-core</artifactId>
|
|
<version>${jolokia.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>io.micrometer</groupId>
|
|
<artifactId>micrometer-registry-influx</artifactId>
|
|
<version>${micrometer.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.alibaba</groupId>
|
|
<artifactId>fastjson</artifactId>
|
|
<version>${fastjson.version}</version>
|
|
</dependency>
|
|
|
|
<!--druid -->
|
|
<dependency>
|
|
<groupId>com.alibaba</groupId>
|
|
<artifactId>druid</artifactId>
|
|
<version>${druid.version}</version>
|
|
</dependency>
|
|
|
|
<!--微信sdk依赖-->
|
|
<dependency>
|
|
<groupId>com.github.binarywang</groupId>
|
|
<artifactId>weixin-java-mp</artifactId>
|
|
<version>${weixin-sdk.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.springframework.kafka</groupId>
|
|
<artifactId>spring-kafka</artifactId>
|
|
<version>${kafka.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.kafka</groupId>
|
|
<artifactId>spring-kafka-test</artifactId>
|
|
<version>${kafka.version}</version>
|
|
</dependency>
|
|
|
|
<!-- spring cloud -->
|
|
<dependency>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<artifactId>spring-cloud-dependencies</artifactId>
|
|
<version>${smartadmin.springcloud.version}</version>
|
|
<type>pom</type>
|
|
<scope>import</scope>
|
|
</dependency>
|
|
|
|
<!-- hibernate-validator 验证框架 start -->
|
|
<dependency>
|
|
<groupId>org.hibernate</groupId>
|
|
<artifactId>hibernate-validator</artifactId>
|
|
<version>${hibernate-validator-version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>javax.validation</groupId>
|
|
<artifactId>validation-api</artifactId>
|
|
<version>${javax.validation-version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.glassfish</groupId>
|
|
<artifactId>javax.el</artifactId>
|
|
<version>${javax.el-version}</version>
|
|
</dependency>
|
|
<!-- hibernate-validator 验证框架 end -->
|
|
|
|
<dependency>
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
<artifactId>log4j-web</artifactId>
|
|
<version>${log4j.web.version}</version>
|
|
</dependency>
|
|
|
|
<!--thymeleaf3 begin -->
|
|
<dependency>
|
|
<groupId>com.github.mxab.thymeleaf.extras</groupId>
|
|
<artifactId>thymeleaf-extras-data-attribute</artifactId>
|
|
<version>${thymeleaf-extras-data-attribute.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.thymeleaf.extras</groupId>
|
|
<artifactId>thymeleaf-extras-java8time</artifactId>
|
|
<version>${thymeleaf-extras-java8time.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.thymeleaf.extras</groupId>
|
|
<artifactId>thymeleaf-extras-springsecurity4</artifactId>
|
|
<version>${thymeleaf-extras-springsecurity4.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>nz.net.ultraq.thymeleaf</groupId>
|
|
<artifactId>thymeleaf-layout-dialect</artifactId>
|
|
<version>${thymeleaf-layout-dialect.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.thymeleaf</groupId>
|
|
<artifactId>thymeleaf</artifactId>
|
|
<version>${thymeleaf.version}</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<artifactId>javassist</artifactId>
|
|
<groupId>org.javassist</groupId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.thymeleaf</groupId>
|
|
<artifactId>thymeleaf-spring5</artifactId>
|
|
<version>${thymeleaf.version}</version>
|
|
</dependency>
|
|
<!--thymeleaf3 end -->
|
|
|
|
<!--redis-->
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-data-redis</artifactId>
|
|
<version>${smartadmin.springboot.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
<version>${smartadmin.springboot.version}</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
|
|
<!-- swagger -->
|
|
<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>
|
|
|
|
<!--mybatis 匹配spring Boot1.5 or higher-->
|
|
<dependency>
|
|
<groupId>org.mybatis.spring.boot</groupId>
|
|
<artifactId>mybatis-spring-boot-starter</artifactId>
|
|
<version>${mybatis-spring-boot.version}</version>
|
|
</dependency>
|
|
|
|
<!-- sql server -->
|
|
<dependency>
|
|
<groupId>com.microsoft.sqlserver</groupId>
|
|
<artifactId>mssql-jdbc</artifactId>
|
|
<version>${sql-server.version}</version>
|
|
</dependency>
|
|
|
|
<!-- fastjson -->
|
|
<dependency>
|
|
<groupId>com.alibaba</groupId>
|
|
<artifactId>fastjson</artifactId>
|
|
<version>${fastjson.version}</version>
|
|
</dependency>
|
|
|
|
<!-- feign-gson -->
|
|
<dependency>
|
|
<groupId>com.netflix.feign</groupId>
|
|
<artifactId>feign-gson</artifactId>
|
|
<version>${feign-gson-version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.google.code.gson</groupId>
|
|
<artifactId>gson</artifactId>
|
|
<version>2.8.5</version>
|
|
</dependency>
|
|
|
|
<!-- spring-boot cache -->
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-cache</artifactId>
|
|
<version>${smartadmin.springboot.version}</version>
|
|
</dependency>
|
|
|
|
<!-- guava -->
|
|
<dependency>
|
|
<groupId>com.google.guava</groupId>
|
|
<artifactId>guava</artifactId>
|
|
<version>${guava-version}</version>
|
|
</dependency>
|
|
|
|
<!--page helper-->
|
|
<dependency>
|
|
<groupId>com.github.pagehelper</groupId>
|
|
<artifactId>pagehelper-spring-boot-starter</artifactId>
|
|
<version>${pagehelper-version}</version>
|
|
</dependency>
|
|
|
|
<!-- 阿里云oss -->
|
|
<dependency>
|
|
<groupId>com.aliyun.oss</groupId>
|
|
<artifactId>aliyun-sdk-oss</artifactId>
|
|
<version>${oss.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.qiniu</groupId>
|
|
<artifactId>qiniu-java-sdk</artifactId>
|
|
<version>${qiniu.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-fileupload</groupId>
|
|
<artifactId>commons-fileupload</artifactId>
|
|
<version>${fileupload.version}</version>
|
|
</dependency>
|
|
<!--jjwt-->
|
|
<dependency>
|
|
<groupId>io.jsonwebtoken</groupId>
|
|
<artifactId>jjwt</artifactId>
|
|
<version>${jjwt.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<!-- ALWAYS required. -->
|
|
<groupId>com.openhtmltopdf</groupId>
|
|
<artifactId>openhtmltopdf-core</artifactId>
|
|
<version>${openhtml.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<!-- Required for PDF output. -->
|
|
<groupId>com.openhtmltopdf</groupId>
|
|
<artifactId>openhtmltopdf-pdfbox</artifactId>
|
|
<version>${openhtml.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<!-- Required for image output only. -->
|
|
<groupId>com.openhtmltopdf</groupId>
|
|
<artifactId>openhtmltopdf-java2d</artifactId>
|
|
<version>${openhtml.version}</version>
|
|
</dependency>
|
|
|
|
<!-- easy poi -->
|
|
<dependency>
|
|
<groupId>cn.afterturn</groupId>
|
|
<artifactId>easypoi-base</artifactId>
|
|
<version>${easypoi-version}</version>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<groupId>cn.afterturn</groupId>
|
|
<artifactId>easypoi-web</artifactId>
|
|
<version>${easypoi-version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>cn.afterturn</groupId>
|
|
<artifactId>easypoi-annotation</artifactId>
|
|
<version>${easypoi-version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.apache.poi</groupId>
|
|
<artifactId>poi</artifactId>
|
|
<version>${apache-poi-version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.apache.poi</groupId>
|
|
<artifactId>poi-ooxml-schemas</artifactId>
|
|
<version>${apache-poi-version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.apache.poi</groupId>
|
|
<artifactId>poi-ooxml</artifactId>
|
|
<version>${apache-poi-version}</version>
|
|
</dependency>
|
|
|
|
<!-- 极光推送 -->
|
|
<dependency>
|
|
<groupId>cn.jpush.api</groupId>
|
|
<artifactId>jpush-client</artifactId>
|
|
<version>${jpush-api-version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-beanutils</groupId>
|
|
<artifactId>commons-beanutils</artifactId>
|
|
<version>${commons-beanutils.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.fusesource</groupId>
|
|
<artifactId>sigar</artifactId>
|
|
<version>${sigar.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>eu.bitwalker</groupId>
|
|
<artifactId>UserAgentUtils</artifactId>
|
|
<version>${userAgent.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.github.penggle</groupId>
|
|
<artifactId>kaptcha</artifactId>
|
|
<version>${kaptcha.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.googlecode.concurrentlinkedhashmap</groupId>
|
|
<artifactId>concurrentlinkedhashmap-lru</artifactId>
|
|
<version>${concurrentlinkedhashmap-version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.apache.velocity</groupId>
|
|
<artifactId>velocity-engine-core</artifactId>
|
|
<version>${velocity-engine-core.version}</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.baomidou</groupId>
|
|
<artifactId>mybatis-plus</artifactId>
|
|
<version>${mybatisplus.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.squareup.okhttp3</groupId>
|
|
<artifactId>okhttp</artifactId>
|
|
<version>${okhttp.version}</version>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<groupId>com.baomidou</groupId>
|
|
<artifactId>mybatisplus-spring-boot-starter</artifactId>
|
|
<exclusions>
|
|
<exclusion>
|
|
<artifactId>spring-boot-starter-logging</artifactId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
</exclusion>
|
|
</exclusions>
|
|
<version>${mybatisplus-spring-boot-starter.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.projectlombok</groupId>
|
|
<artifactId>lombok</artifactId>
|
|
<version>${lombok.version}</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
</dependencyManagement>
|
|
|
|
<build>
|
|
<resources>
|
|
<resource>
|
|
<directory>src/main/java</directory>
|
|
<includes>
|
|
<include>**/*.*</include>
|
|
</includes>
|
|
</resource>
|
|
<resource>
|
|
<filtering>false</filtering>
|
|
<directory>src/main/resources</directory>
|
|
<excludes>
|
|
<exclude>dev/*</exclude>
|
|
<exclude>sit/*</exclude>
|
|
<exclude>pre/*</exclude>
|
|
<exclude>prod/*</exclude>
|
|
</excludes>
|
|
</resource>
|
|
<resource>
|
|
<directory>src/main/resources/${profiles.active}</directory>
|
|
<filtering>true</filtering>
|
|
<includes>
|
|
<include>*.properties</include>
|
|
</includes>
|
|
</resource>
|
|
<resource>
|
|
<directory>src/main/resources/${profiles.active}</directory>
|
|
<filtering>false</filtering>
|
|
<includes>
|
|
<include>*.*</include>
|
|
</includes>
|
|
</resource>
|
|
</resources>
|
|
<pluginManagement>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<configuration>
|
|
<source>${java.version}</source>
|
|
<target>${java.version}</target>
|
|
<encoding>UTF-8</encoding>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
<version>${smartadmin.springboot.version}</version>
|
|
<configuration>
|
|
<mainClass>${main-class}</mainClass>
|
|
</configuration>
|
|
<executions>
|
|
<execution>
|
|
<goals>
|
|
<goal>repackage</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
|
|
</plugins>
|
|
</pluginManagement>
|
|
</build>
|
|
|
|
<profiles>
|
|
<profile>
|
|
<id>dev</id>
|
|
<properties>
|
|
<profiles.active>dev</profiles.active>
|
|
</properties>
|
|
<activation>
|
|
<activeByDefault>true</activeByDefault>
|
|
</activation>
|
|
</profile>
|
|
<profile>
|
|
<id>sit</id>
|
|
<properties>
|
|
<profiles.active>sit</profiles.active>
|
|
</properties>
|
|
</profile>
|
|
<profile>
|
|
<id>pre</id>
|
|
<properties>
|
|
<profiles.active>pre</profiles.active>
|
|
</properties>
|
|
</profile>
|
|
<profile>
|
|
<id>prod</id>
|
|
<properties>
|
|
<profiles.active>prod</profiles.active>
|
|
</properties>
|
|
</profile>
|
|
</profiles>
|
|
</project> |