494 lines
18 KiB
XML
494 lines
18 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>
|
|
<packaging>jar</packaging>
|
|
<groupId>io.v</groupId>
|
|
<artifactId>mini</artifactId>
|
|
<version>5.3.0</version>
|
|
|
|
<properties>
|
|
<nutzboot.version>2.4.2-SNAPSHOT</nutzboot.version>
|
|
<nutz.version>1.r.68-SNAPSHOT</nutz.version>
|
|
<mysql-connector-java.version>8.0.16</mysql-connector-java.version>
|
|
<jaxb-api.version>2.3.1</jaxb-api.version>
|
|
<slf4j.version>1.7.30</slf4j.version>
|
|
<logback.version>1.2.3</logback.version>
|
|
<easy-captcha.version>1.6.2</easy-captcha.version>
|
|
<commons-lang3.version>3.8.1</commons-lang3.version>
|
|
<emoji-java.veision>4.0.0</emoji-java.veision>
|
|
<jsoup.veision>1.12.1</jsoup.veision>
|
|
<pinyin4j.veision>2.5.1</pinyin4j.veision>
|
|
<poi.version>4.1.2</poi.version>
|
|
<tencentcloud-sdk-java.version>4.0.11</tencentcloud-sdk-java.version>
|
|
<lombok.version>1.18.12</lombok.version>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<v.version>1.0.1</v.version>
|
|
</properties>
|
|
|
|
<url>https://budwk.com</url>
|
|
<description>java web development framework, base on budwk and nutz</description>
|
|
|
|
<developers>
|
|
<developer>
|
|
<id>wizzercn</id>
|
|
<name>Wizzer</name>
|
|
<email>wizzer@qq.com</email>
|
|
<url>https://wizzer.cn</url>
|
|
</developer>
|
|
</developers>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>io.github.draco1023</groupId>
|
|
<artifactId>poi-tl-ext</artifactId>
|
|
<version>0.3.17</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.artofsolving</groupId>
|
|
<artifactId>jodconverter</artifactId>
|
|
<version>2.2.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>javax.annotation</groupId>
|
|
<artifactId>javax.annotation-api</artifactId>
|
|
<version>1.3.2</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>cn.hutool</groupId>
|
|
<artifactId>hutool-all</artifactId>
|
|
<version>5.7.20</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>ws.schild</groupId>
|
|
<artifactId>jave-all-deps</artifactId>
|
|
<version>2.5.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.qcloud</groupId>
|
|
<artifactId>vod_api</artifactId>
|
|
<version>2.1.5</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<groupId>org.slf4j</groupId>
|
|
<artifactId>slf4j-log4j12</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>org.slf4j</groupId>
|
|
<artifactId>slf4j-api</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
<artifactId>httpclient</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>bcprov-jdk15on</artifactId>
|
|
<groupId>org.bouncycastle</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>jackson-databind</artifactId>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>tencentcloud-sdk-java</artifactId>
|
|
<groupId>com.tencentcloudapi</groupId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-codec</groupId>
|
|
<artifactId>commons-codec</artifactId>
|
|
<version>1.10</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.auth0</groupId>
|
|
<artifactId>java-jwt</artifactId>
|
|
<version>3.1.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.coobird</groupId>
|
|
<artifactId>thumbnailator</artifactId>
|
|
<version>0.4.8</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>io.v</groupId>
|
|
<artifactId>vi-nutz</artifactId>
|
|
<version>${v.version}</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<artifactId>commons-lang3</artifactId>
|
|
<groupId>org.apache.commons</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>commons-logging</artifactId>
|
|
<groupId>commons-logging</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>hutool-all</artifactId>
|
|
<groupId>cn.hutool</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>javax.annotation-api</artifactId>
|
|
<groupId>javax.annotation</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>juh</artifactId>
|
|
<groupId>org.openoffice</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>poi</artifactId>
|
|
<groupId>org.apache.poi</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>poi-ooxml</artifactId>
|
|
<groupId>org.apache.poi</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>poi-ooxml-schemas</artifactId>
|
|
<groupId>org.apache.poi</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>ridl</artifactId>
|
|
<groupId>org.openoffice</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>spring-aop</artifactId>
|
|
<groupId>org.springframework</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>unoil</artifactId>
|
|
<groupId>org.openoffice</groupId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.google.zxing</groupId>
|
|
<artifactId>javase</artifactId>
|
|
<version>3.3.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.freemarker</groupId>
|
|
<artifactId>freemarker</artifactId>
|
|
<version>2.3.28</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-lang</groupId>
|
|
<artifactId>commons-lang</artifactId>
|
|
<version>2.6</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.squareup.okhttp3</groupId>
|
|
<artifactId>okhttp</artifactId>
|
|
<version>4.8.0</version>
|
|
<!-- <version>3.6.0</version>-->
|
|
<!--<exclusions>
|
|
<exclusion>
|
|
<artifactId>kotlin-stdlib</artifactId>
|
|
<groupId>org.jetbrains.kotlin</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>kotlin-stdlib-common</artifactId>
|
|
<groupId>org.jetbrains.kotlin</groupId>
|
|
</exclusion>
|
|
</exclusions>-->
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
<artifactId>httpclient</artifactId>
|
|
<version>4.3.5</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<artifactId>commons-codec</artifactId>
|
|
<groupId>commons-codec</groupId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.alibaba</groupId>
|
|
<artifactId>fastjson</artifactId>
|
|
<version>1.2.56</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.shiro</groupId>
|
|
<artifactId>shiro-cas</artifactId>
|
|
<version>1.6.0</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<artifactId>commons-logging</artifactId>
|
|
<groupId>commons-logging</groupId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.tencentcloudapi</groupId>
|
|
<artifactId>tencentcloud-sdk-java</artifactId>
|
|
<version>${tencentcloud-sdk-java.version}</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<artifactId>commons-logging</artifactId>
|
|
<groupId>commons-logging</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>okhttp</artifactId>
|
|
<groupId>com.squareup.okhttp</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>okio</artifactId>
|
|
<groupId>com.squareup.okio</groupId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.projectlombok</groupId>
|
|
<artifactId>lombok</artifactId>
|
|
<version>${lombok.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.vdurmont</groupId>
|
|
<artifactId>emoji-java</artifactId>
|
|
<version>${emoji-java.veision}</version>
|
|
</dependency>
|
|
<!-- api token web server -->
|
|
<dependency>
|
|
<groupId>io.jsonwebtoken</groupId>
|
|
<artifactId>jjwt</artifactId>
|
|
<version>0.9.1</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<artifactId>jackson-databind</artifactId>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.jsoup</groupId>
|
|
<artifactId>jsoup</artifactId>
|
|
<version>${jsoup.veision}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.belerweb</groupId>
|
|
<artifactId>pinyin4j</artifactId>
|
|
<version>${pinyin4j.veision}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.commons</groupId>
|
|
<artifactId>commons-lang3</artifactId>
|
|
<version>${commons-lang3.version}</version>
|
|
</dependency>
|
|
<!-- json4excel,poi -->
|
|
<dependency>
|
|
<groupId>org.nutz</groupId>
|
|
<artifactId>nutz-integration-json4excel</artifactId>
|
|
<version>${nutz.version}</version>
|
|
<exclusions><!-- 手动排除依赖,瘦身 -->
|
|
<exclusion>
|
|
<groupId>org.apache.poi</groupId>
|
|
<artifactId>poi</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>org.apache.poi</groupId>
|
|
<artifactId>poi-ooxml</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>org.apache.poi</groupId>
|
|
<artifactId>poi-ooxml-schemas</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>org.apache.poi</groupId>
|
|
<artifactId>ooxml-schemas</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.poi</groupId>
|
|
<artifactId>poi</artifactId>
|
|
<version>${poi.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.poi</groupId>
|
|
<artifactId>poi-ooxml</artifactId>
|
|
<version>${poi.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.poi</groupId>
|
|
<artifactId>poi-ooxml-schemas</artifactId>
|
|
<version>${poi.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.poi</groupId>
|
|
<artifactId>ooxml-schemas</artifactId>
|
|
<version>1.3</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<artifactId>xmlbeans</artifactId>
|
|
<groupId>org.apache.xmlbeans</groupId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.nutz</groupId>
|
|
<artifactId>nutzboot-starter-test-junit4</artifactId>
|
|
<version>${nutzboot.version}</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.slf4j</groupId>
|
|
<artifactId>slf4j-api</artifactId>
|
|
<version>${slf4j.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>ch.qos.logback</groupId>
|
|
<artifactId>logback-core</artifactId>
|
|
<version>${logback.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>ch.qos.logback</groupId>
|
|
<artifactId>logback-classic</artifactId>
|
|
<version>${logback.version}</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<artifactId>slf4j-api</artifactId>
|
|
<groupId>org.slf4j</groupId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.github.whvcse</groupId>
|
|
<artifactId>easy-captcha</artifactId>
|
|
<version>${easy-captcha.version}</version>
|
|
</dependency>
|
|
|
|
<!-- <dependency>-->
|
|
<!-- <groupId>org.springframework</groupId>-->
|
|
<!-- <artifactId>spring-core</artifactId>-->
|
|
<!-- <version>4.3.21.RELEASE</version>-->
|
|
<!-- </dependency>-->
|
|
|
|
</dependencies>
|
|
<dependencyManagement>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.nutz</groupId>
|
|
<artifactId>nutzboot-parent</artifactId>
|
|
<version>${nutzboot.version}</version>
|
|
<type>pom</type>
|
|
<scope>import</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>javax.xml.bind</groupId>
|
|
<artifactId>jaxb-api</artifactId>
|
|
<version>${jaxb-api.version}</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencyManagement>
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<version>3.7.0</version>
|
|
<configuration>
|
|
<source>15</source>
|
|
<target>15</target>
|
|
<compilerArgs>--enable-preview</compilerArgs>
|
|
<useIncrementalCompilation>false</useIncrementalCompilation>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
<version>3.0.1</version>
|
|
<configuration>
|
|
<encoding>UTF-8</encoding>
|
|
<charset>UTF-8</charset>
|
|
<docencoding>UTF-8</docencoding>
|
|
</configuration>
|
|
<executions>
|
|
<execution>
|
|
<id>attach-javadocs</id>
|
|
<goals>
|
|
<goal>jar</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
<version>3.0.1</version>
|
|
<configuration>
|
|
<attach>true</attach>
|
|
</configuration>
|
|
<executions>
|
|
<execution>
|
|
<phase>compile</phase>
|
|
<goals>
|
|
<goal>jar</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
<version>2.22.0</version>
|
|
<configuration>
|
|
<skip>true</skip>
|
|
</configuration>
|
|
</plugin>
|
|
|
|
<plugin>
|
|
<groupId>org.nutz.boot</groupId>
|
|
<artifactId>nutzboot-maven-plugin</artifactId>
|
|
<version>${nutzboot.version}</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<configuration>
|
|
<source>15</source>
|
|
<target>15</target>
|
|
</configuration>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
<repositories>
|
|
<repository>
|
|
<id>nutz</id>
|
|
<url>https://jfrog.nutz.cn/artifactory/libs-release</url>
|
|
</repository>
|
|
<repository>
|
|
<id>nutz-snapshots</id>
|
|
<url>https://jfrog.nutz.cn/artifactory/snapshots</url>
|
|
<snapshots>
|
|
<enabled>true</enabled>
|
|
<updatePolicy>always</updatePolicy>
|
|
</snapshots>
|
|
<releases>
|
|
<enabled>false</enabled>
|
|
</releases>
|
|
</repository>
|
|
</repositories>
|
|
<pluginRepositories>
|
|
<pluginRepository>
|
|
<id>nutz-snapshots</id>
|
|
<url>https://jfrog.nutz.cn/artifactory/snapshots</url>
|
|
<snapshots>
|
|
<enabled>true</enabled>
|
|
<updatePolicy>always</updatePolicy>
|
|
</snapshots>
|
|
<releases>
|
|
<enabled>false</enabled>
|
|
</releases>
|
|
</pluginRepository>
|
|
</pluginRepositories>
|
|
</project> |