224 lines
7.1 KiB
XML
224 lines
7.1 KiB
XML
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||
<modelVersion>4.0.0</modelVersion>
|
||
<parent>
|
||
<groupId>org.springframework.boot</groupId>
|
||
<artifactId>spring-boot-starter-parent</artifactId>
|
||
<version>2.5.4</version>
|
||
<relativePath/> <!-- lookup parent from repository -->
|
||
</parent>
|
||
<groupId>cn.com.tenlion</groupId>
|
||
<artifactId>operator-plugin</artifactId>
|
||
<version>0.0.1-SNAPSHOT</version>
|
||
<name>operator-plugin</name>
|
||
<description>运营插件</description>
|
||
<properties>
|
||
<java.version>1.8</java.version>
|
||
<spring-mybatis.version>2.1.4</spring-mybatis.version>
|
||
<mysql.version>8.0.27</mysql.version>
|
||
<druid.version>1.1.9</druid.version>
|
||
</properties>
|
||
<dependencies>
|
||
<dependency>
|
||
<groupId>org.springframework.boot</groupId>
|
||
<artifactId>spring-boot-starter-web</artifactId>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.springframework.boot</groupId>
|
||
<artifactId>spring-boot-starter-thymeleaf</artifactId>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.springframework.boot</groupId>
|
||
<artifactId>spring-boot-starter-freemarker</artifactId>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.mysql</groupId>
|
||
<artifactId>mysql-connector-j</artifactId>
|
||
<version>8.3.0</version>
|
||
<scope>runtime</scope>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.springframework.boot</groupId>
|
||
<artifactId>spring-boot-starter-test</artifactId>
|
||
<scope>test</scope>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.springframework.boot</groupId>
|
||
<artifactId>spring-boot-starter-websocket</artifactId>
|
||
<version>2.5.4</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.springframework.boot</groupId>
|
||
<artifactId>spring-boot-starter-data-redis</artifactId>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>cn.com.tenlion</groupId>
|
||
<artifactId>module-project-config</artifactId>
|
||
<version>1.0-SNAPSHOT</version>
|
||
<scope>compile</scope>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>cn.com.tenlion</groupId>
|
||
<artifactId>module-data-house</artifactId>
|
||
<version>1.0-SNAPSHOT</version>
|
||
<scope>compile</scope>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>cn.com.tenlion</groupId>
|
||
<artifactId>module-bigdata</artifactId>
|
||
<version>1.0-SNAPSHOT</version>
|
||
<scope>compile</scope>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>cn.com.tenlion</groupId>
|
||
<artifactId>module-smessage</artifactId>
|
||
<version>1.0-SNAPSHOT</version>
|
||
<scope>compile</scope>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>ink.wgink</groupId>
|
||
<artifactId>redis-cache</artifactId>
|
||
<version>1.0-SNAPSHOT</version>
|
||
<exclusions>
|
||
<exclusion>
|
||
<artifactId>poi-ooxml-schemas</artifactId>
|
||
<groupId>org.apache.poi</groupId>
|
||
</exclusion>
|
||
</exclusions>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.mybatis.spring.boot</groupId>
|
||
<artifactId>mybatis-spring-boot-starter</artifactId>
|
||
<version>${spring-mybatis.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.alibaba</groupId>
|
||
<artifactId>druid-spring-boot-starter</artifactId>
|
||
<version>${druid.version}</version>
|
||
</dependency>
|
||
|
||
<dependency>
|
||
<groupId>ink.wgink</groupId>
|
||
<artifactId>module-file</artifactId>
|
||
<version>1.0-SNAPSHOT</version>
|
||
<exclusions>
|
||
<exclusion>
|
||
<groupId>org.apache.poi</groupId>
|
||
<artifactId>poi-ooxml-schemas</artifactId>
|
||
</exclusion>
|
||
</exclusions>
|
||
</dependency>
|
||
|
||
<dependency>
|
||
<groupId>ink.wgink</groupId>
|
||
<artifactId>module-dictionary</artifactId>
|
||
<version>1.0-SNAPSHOT</version>
|
||
</dependency>
|
||
|
||
<!-- OAuth2客户端 -->
|
||
<dependency>
|
||
<groupId>ink.wgink</groupId>
|
||
<artifactId>login-oauth2-client</artifactId>
|
||
<version>1.0-SNAPSHOT</version>
|
||
</dependency>
|
||
|
||
<!-- 用于实现对APP的的管理,包含了APP的token管理,token格式的校验 -->
|
||
<dependency>
|
||
<groupId>ink.wgink</groupId>
|
||
<artifactId>basic-app</artifactId>
|
||
<version>1.0-SNAPSHOT</version>
|
||
</dependency>
|
||
|
||
<dependency>
|
||
<groupId>org.seleniumhq.selenium</groupId>
|
||
<artifactId>selenium-server</artifactId>
|
||
<version>3.141.59</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.deepoove</groupId>
|
||
<artifactId>poi-tl</artifactId>
|
||
<version>1.12.2</version>
|
||
</dependency>
|
||
|
||
<!-- <dependency>
|
||
<groupId>ink.wgink</groupId>
|
||
<artifactId>module-sms</artifactId>
|
||
<version>1.0-SNAPSHOT</version>
|
||
</dependency>-->
|
||
|
||
<dependency>
|
||
<groupId>com.itextpdf</groupId>
|
||
<artifactId>itextpdf</artifactId>
|
||
<version>5.5.13.4</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.quartz-scheduler</groupId>
|
||
<artifactId>quartz</artifactId>
|
||
<version>2.3.2</version>
|
||
</dependency>
|
||
</dependencies>
|
||
|
||
<build>
|
||
<plugins>
|
||
<plugin>
|
||
<!-- 打包时去除第三方依赖 -->
|
||
<groupId>org.springframework.boot</groupId>
|
||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||
<configuration>
|
||
<layout>ZIP</layout>
|
||
<includes>
|
||
<include>
|
||
<groupId>non-exists</groupId>
|
||
<artifactId>non-exists</artifactId>
|
||
</include>
|
||
</includes>
|
||
<excludes>
|
||
<exclude>
|
||
<groupId>org.projectlombok</groupId>
|
||
<artifactId>lombok</artifactId>
|
||
</exclude>
|
||
</excludes>
|
||
</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>
|
||
<!-- target/lib 是依赖jar包的输出目录,根据自己喜好配置 -->
|
||
<outputDirectory>target/lib</outputDirectory>
|
||
<excludeTransitive>false</excludeTransitive>
|
||
<stripVersion>false</stripVersion>
|
||
<includeScope>runtime</includeScope>
|
||
</configuration>
|
||
</execution>
|
||
</executions>
|
||
</plugin>
|
||
<!-- 排除静态资源,静态资源自行拷贝 -->
|
||
<plugin>
|
||
<groupId>org.apache.maven.plugins</groupId>
|
||
<artifactId>maven-jar-plugin</artifactId>
|
||
<configuration>
|
||
<excludes>
|
||
<exclude>**/*.properties</exclude>
|
||
<exclude>**/*.xml</exclude>
|
||
<exclude>**/*.yml</exclude>
|
||
<exclude>static/**</exclude>
|
||
<exclude>templates/**</exclude>
|
||
<exclude>mybatis/**</exclude>
|
||
</excludes>
|
||
</configuration>
|
||
</plugin>
|
||
</plugins>
|
||
</build>
|
||
|
||
</project>
|