231 lines
7.8 KiB
XML
231 lines
7.8 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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|||
|
|
|
|||
|
|
<modelVersion>4.0.0</modelVersion>
|
|||
|
|
<groupId>com.cowr.ssjygl-xsct-local</groupId>
|
|||
|
|
<artifactId>ssjygl-xsct-local</artifactId>
|
|||
|
|
<version>1.0</version>
|
|||
|
|
<packaging>jar</packaging>
|
|||
|
|
|
|||
|
|
<name>砂石经营管理-浠水城投-本地服务</name>
|
|||
|
|
<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>
|
|||
|
|
</properties>
|
|||
|
|
|
|||
|
|
<!-- 使用阿里 maven 库 -->
|
|||
|
|
<repositories>
|
|||
|
|
<repository>
|
|||
|
|
<id>ali-maven</id>
|
|||
|
|
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
|
|||
|
|
<releases>
|
|||
|
|
<enabled>true</enabled>
|
|||
|
|
</releases>
|
|||
|
|
<snapshots>
|
|||
|
|
<enabled>true</enabled>
|
|||
|
|
<updatePolicy>always</updatePolicy>
|
|||
|
|
<checksumPolicy>fail</checksumPolicy>
|
|||
|
|
</snapshots>
|
|||
|
|
</repository>
|
|||
|
|
</repositories>
|
|||
|
|
|
|||
|
|
<dependencies>
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>com.cowr.ssjygl-xsct-common</groupId>
|
|||
|
|
<artifactId>ssjygl-xsct-common</artifactId>
|
|||
|
|
<version>1.0</version>
|
|||
|
|
<scope>compile</scope>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>com.jfinal</groupId>
|
|||
|
|
<artifactId>jfinal</artifactId>
|
|||
|
|
<version>4.9</version>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>com.jfinal</groupId>
|
|||
|
|
<artifactId>cos</artifactId>
|
|||
|
|
<version>2020.4</version>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>com.jfinal</groupId>
|
|||
|
|
<artifactId>jfinal-undertow</artifactId>
|
|||
|
|
<version>2.1</version>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>mysql</groupId>
|
|||
|
|
<artifactId>mysql-connector-java</artifactId>
|
|||
|
|
<version>8.0.16</version>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>com.alibaba</groupId>
|
|||
|
|
<artifactId>druid</artifactId>
|
|||
|
|
<version>1.1.22</version>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>com.alibaba</groupId>
|
|||
|
|
<artifactId>fastjson</artifactId>
|
|||
|
|
<version>1.2.79</version>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>eu.bitwalker</groupId>
|
|||
|
|
<artifactId>UserAgentUtils</artifactId>
|
|||
|
|
<version>1.21</version>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>log4j</groupId>
|
|||
|
|
<artifactId>log4j</artifactId>
|
|||
|
|
<version>1.2.16</version>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>com.corundumstudio.socketio</groupId>
|
|||
|
|
<artifactId>netty-socketio</artifactId>
|
|||
|
|
<version>1.7.18</version>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>org.quartz-scheduler</groupId>
|
|||
|
|
<artifactId>quartz</artifactId>
|
|||
|
|
<version>2.3.2</version>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>de.ruedigermoeller</groupId>
|
|||
|
|
<artifactId>fst</artifactId>
|
|||
|
|
<version>2.56</version>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>redis.clients</groupId>
|
|||
|
|
<artifactId>jedis</artifactId>
|
|||
|
|
<version>2.9.0</version>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>org.apache.poi</groupId>
|
|||
|
|
<artifactId>poi-ooxml</artifactId>
|
|||
|
|
<version>4.1.0</version>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>org.apache.poi</groupId>
|
|||
|
|
<artifactId>poi-ooxml-schemas</artifactId>
|
|||
|
|
<version>4.1.0</version>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>org.apache.poi</groupId>
|
|||
|
|
<artifactId>ooxml-schemas</artifactId>
|
|||
|
|
<version>1.4</version>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>net.coobird</groupId>
|
|||
|
|
<artifactId>thumbnailator</artifactId>
|
|||
|
|
<version>0.4.8</version>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>org.apache.commons</groupId>
|
|||
|
|
<artifactId>commons-pool2</artifactId>
|
|||
|
|
<version>2.4.2</version>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>com.google.zxing</groupId>
|
|||
|
|
<artifactId>core</artifactId>
|
|||
|
|
<version>3.4.0</version>
|
|||
|
|
</dependency>
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>com.google.zxing</groupId>
|
|||
|
|
<artifactId>javase</artifactId>
|
|||
|
|
<version>3.4.0</version>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
<!-- 避免控制台输出如下提示信息:
|
|||
|
|
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
|
|||
|
|
项目中实际上用不到这个 jar 包,本项目用不上这个依赖
|
|||
|
|
注意:eclipse 下可以将 scope 设置为 provided
|
|||
|
|
-->
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>org.slf4j</groupId>
|
|||
|
|
<artifactId>slf4j-nop</artifactId>
|
|||
|
|
<version>1.7.25</version>
|
|||
|
|
<!-- 打包前改成 provided,此处使用 compile 仅为支持 IDEA -->
|
|||
|
|
<scope>compile</scope>
|
|||
|
|
</dependency>
|
|||
|
|
</dependencies>
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
<build>
|
|||
|
|
<finalName>ssjygl-xsct-local</finalName>
|
|||
|
|
<plugins>
|
|||
|
|
<plugin>
|
|||
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|||
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|||
|
|
<version>3.6.1</version>
|
|||
|
|
<configuration>
|
|||
|
|
<source>1.8</source>
|
|||
|
|
<target>1.8</target>
|
|||
|
|
<encoding>UTF-8</encoding>
|
|||
|
|
<!-- java8 保留参数名编译参数 -->
|
|||
|
|
<compilerArgument>-parameters</compilerArgument>
|
|||
|
|
<compilerArguments>
|
|||
|
|
<verbose/>
|
|||
|
|
</compilerArguments>
|
|||
|
|
</configuration>
|
|||
|
|
</plugin>
|
|||
|
|
|
|||
|
|
<!--
|
|||
|
|
使用 mvn clean package 打包
|
|||
|
|
更多配置可参考官司方文档:http://maven.apache.org/plugins/maven-assembly-plugin/single-mojo.html
|
|||
|
|
-->
|
|||
|
|
<plugin>
|
|||
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|||
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|||
|
|
<version>3.1.0</version>
|
|||
|
|
<executions>
|
|||
|
|
<execution>
|
|||
|
|
<id>make-assembly</id>
|
|||
|
|
<phase>package</phase>
|
|||
|
|
<goals>
|
|||
|
|
<goal>single</goal>
|
|||
|
|
</goals>
|
|||
|
|
|
|||
|
|
<configuration>
|
|||
|
|
<!-- 打包生成的文件名 -->
|
|||
|
|
<finalName>${project.artifactId}</finalName>
|
|||
|
|
<!-- jar 等压缩文件在被打包进入 zip、tar.gz 时是否压缩,设置为 false 可加快打包速度 -->
|
|||
|
|
<recompressZippedFiles>false</recompressZippedFiles>
|
|||
|
|
<!-- 打包生成的文件是否要追加 release.xml 中定义的 id 值 -->
|
|||
|
|
<appendAssemblyId>true</appendAssemblyId>
|
|||
|
|
<!-- 指向打包描述文件 package.xml -->
|
|||
|
|
<descriptors>
|
|||
|
|
<descriptor>package.xml</descriptor>
|
|||
|
|
</descriptors>
|
|||
|
|
<!-- 打包结果输出的基础目录 -->
|
|||
|
|
<outputDirectory>${project.build.directory}/</outputDirectory>
|
|||
|
|
</configuration>
|
|||
|
|
</execution>
|
|||
|
|
</executions>
|
|||
|
|
</plugin>
|
|||
|
|
|
|||
|
|
</plugins>
|
|||
|
|
</build>
|
|||
|
|
</project>
|