2023-02-15 09:08:22 +00: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 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.3</version>
|
|
|
|
|
<relativePath/> <!-- lookup parent from repository -->
|
|
|
|
|
</parent>
|
|
|
|
|
<groupId>com.zhangmeng</groupId>
|
|
|
|
|
<artifactId>mystyle-java-fx-tools</artifactId>
|
|
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
|
|
<name>mystyle-java-fx-tools</name>
|
|
|
|
|
<description>mystyle-java-fx-tools</description>
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
|
<maven.compiler.source>17</maven.compiler.source>
|
|
|
|
|
<maven.compiler.target>17</maven.compiler.target>
|
|
|
|
|
<netty.version>4.1.48.Final</netty.version>
|
|
|
|
|
<fastjson.version>1.2.75</fastjson.version>
|
|
|
|
|
<jwt.version>0.9.1</jwt.version>
|
|
|
|
|
<druid.version>1.2.5</druid.version>
|
|
|
|
|
<swagger.version>2.8.0</swagger.version>
|
|
|
|
|
<knife4j.version>2.0.8</knife4j.version>
|
|
|
|
|
<captcha.version>1.6.2</captcha.version>
|
|
|
|
|
<apache.xmlgraphics.version>1.13</apache.xmlgraphics.version>
|
|
|
|
|
<dynamic.verion>3.2.1</dynamic.verion>
|
|
|
|
|
<oshi.version>3.9.1</oshi.version>
|
|
|
|
|
<velocity.version>1.7</velocity.version>
|
|
|
|
|
<poi.version>3.17</poi.version>
|
|
|
|
|
<tk.mybatis.version>2.1.5</tk.mybatis.version>
|
|
|
|
|
<pagehelper.version>1.3.0</pagehelper.version>
|
|
|
|
|
<hutool.version>5.5.7</hutool.version>
|
|
|
|
|
<gson-version>2.8.5</gson-version>
|
|
|
|
|
|
|
|
|
|
<commons-io.version>2.8.0</commons-io.version>
|
|
|
|
|
<commons-lang3.version>3.11</commons-lang3.version>
|
|
|
|
|
<commons-codec.version>1.15</commons-codec.version>
|
|
|
|
|
<commons-collections.version>3.2.2</commons-collections.version>
|
|
|
|
|
<commons-fileupload.version>1.4</commons-fileupload.version>
|
|
|
|
|
<commons-pool2.version>2.9.0</commons-pool2.version>
|
|
|
|
|
<commons-beanutils.version>1.9.4</commons-beanutils.version>
|
|
|
|
|
|
|
|
|
|
<fastdfs-client-java.version>1.27.0.0</fastdfs-client-java.version>
|
|
|
|
|
<flexmark.version>0.62.2</flexmark.version>
|
|
|
|
|
<joda-time.version>2.5</joda-time.version>
|
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-security</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>mysql</groupId>
|
|
|
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
|
|
|
<scope>runtime</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-data-jdbc</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-websocket</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>cn.hutool</groupId>
|
|
|
|
|
<artifactId>hutool-all</artifactId>
|
|
|
|
|
<version>${hutool.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
|
<version>${commons-io.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
|
<version>${commons-lang3.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/commons-codec/commons-codec -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-codec</groupId>
|
|
|
|
|
<artifactId>commons-codec</artifactId>
|
|
|
|
|
<version>${commons-codec.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/commons-collections/commons-collections -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-collections</groupId>
|
|
|
|
|
<artifactId>commons-collections</artifactId>
|
|
|
|
|
<version>${commons-collections.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/commons-fileupload/commons-fileupload -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-fileupload</groupId>
|
|
|
|
|
<artifactId>commons-fileupload</artifactId>
|
|
|
|
|
<version>${commons-fileupload.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-pool2 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
<artifactId>commons-pool2</artifactId>
|
|
|
|
|
<version>${commons-pool2.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/commons-beanutils/commons-beanutils -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-beanutils</groupId>
|
|
|
|
|
<artifactId>commons-beanutils</artifactId>
|
|
|
|
|
<version>${commons-beanutils.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
|
<artifactId>netty-all</artifactId>
|
|
|
|
|
<version>${netty.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
|
<artifactId>fastjson</artifactId>
|
|
|
|
|
<version>${fastjson.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.jsonwebtoken</groupId>
|
|
|
|
|
<artifactId>jjwt</artifactId>
|
|
|
|
|
<version>${jwt.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>it.sauronsoftware</groupId>
|
|
|
|
|
<artifactId>jave</artifactId>
|
|
|
|
|
<version>1.0.2</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!--引入二维码依赖-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.google.zxing</groupId>
|
|
|
|
|
<artifactId>core</artifactId>
|
|
|
|
|
<version>3.3.3</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.google.zxing</groupId>
|
|
|
|
|
<artifactId>javase</artifactId>
|
|
|
|
|
<version>3.3.3</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/net.sourceforge.jchardet/jchardet -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>net.sourceforge.jchardet</groupId>
|
|
|
|
|
<artifactId>jchardet</artifactId>
|
|
|
|
|
<version>1.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- Markdown 文本解析器 -->
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/com.vladsch.flexmark/flexmark -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.vladsch.flexmark</groupId>
|
|
|
|
|
<artifactId>flexmark</artifactId>
|
|
|
|
|
<version>${flexmark.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- end Markdown解析器 -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--openoffice-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.artofsolving</groupId>
|
|
|
|
|
<artifactId>jodconverter</artifactId>
|
|
|
|
|
<version>2.2.1</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>net.sourceforge.tess4j</groupId>
|
|
|
|
|
<artifactId>tess4j</artifactId>
|
|
|
|
|
<version>3.4.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.openjfx/javafx-controls -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.openjfx</groupId>
|
|
|
|
|
<artifactId>javafx-controls</artifactId>
|
2023-02-16 10:10:52 +00:00
|
|
|
<version>19</version>
|
2023-02-15 09:08:22 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.openjfx</groupId>
|
|
|
|
|
<artifactId>javafx-base</artifactId>
|
2023-02-16 10:10:52 +00:00
|
|
|
<version>19</version>
|
2023-02-15 09:08:22 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.openjfx</groupId>
|
|
|
|
|
<artifactId>javafx-graphics</artifactId>
|
2023-02-16 10:10:52 +00:00
|
|
|
<version>19</version>
|
2023-02-15 09:08:22 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.openjfx</groupId>
|
|
|
|
|
<artifactId>javafx-fxml</artifactId>
|
2023-02-16 10:10:52 +00:00
|
|
|
<version>19</version>
|
2023-02-15 09:08:22 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.openjfx</groupId>
|
|
|
|
|
<artifactId>javafx-web</artifactId>
|
2023-02-16 10:10:52 +00:00
|
|
|
<version>19</version>
|
2023-02-15 09:08:22 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.openjfx</groupId>
|
|
|
|
|
<artifactId>javafx-media</artifactId>
|
2023-02-16 10:10:52 +00:00
|
|
|
<version>19</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.github.leewyatt</groupId>
|
|
|
|
|
<artifactId>rxcontrols</artifactId>
|
|
|
|
|
<!-- 11.x.y -->
|
|
|
|
|
<version>11.0.0-alpha</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
|
|
<artifactId>lombok</artifactId>
|
2023-02-15 09:08:22 +00:00
|
|
|
</dependency>
|
2023-03-03 10:07:16 +00:00
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.java-websocket</groupId>
|
|
|
|
|
<artifactId>Java-WebSocket</artifactId>
|
|
|
|
|
<version>1.3.5</version>
|
|
|
|
|
</dependency>
|
2023-03-06 09:19:52 +00:00
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.quartz-scheduler</groupId>
|
|
|
|
|
<artifactId>quartz</artifactId>
|
|
|
|
|
<version>2.3.2</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.cronutils</groupId>
|
|
|
|
|
<artifactId>cron-utils</artifactId>
|
|
|
|
|
<version>9.1.5</version>
|
|
|
|
|
</dependency>
|
2023-03-07 01:45:02 +00:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.jsoup</groupId>
|
|
|
|
|
<artifactId>jsoup</artifactId>
|
|
|
|
|
<version>1.14.3</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
|
<artifactId>druid-spring-boot-starter</artifactId>
|
|
|
|
|
<version>${druid.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>javax.xml.bind</groupId>
|
|
|
|
|
<artifactId>jaxb-api</artifactId>
|
|
|
|
|
<version>2.3.0</version>
|
|
|
|
|
</dependency>
|
2023-02-15 09:08:22 +00:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
2023-02-16 10:10:52 +00:00
|
|
|
<repositories>
|
|
|
|
|
<repository>
|
|
|
|
|
<id>jitpack.io</id>
|
|
|
|
|
<url>https://jitpack.io</url>
|
|
|
|
|
</repository>
|
|
|
|
|
</repositories>
|
2023-02-15 09:08:22 +00:00
|
|
|
</project>
|