|
@@ -7,13 +7,14 @@
|
|
<groupId>com.qmth.boot</groupId>
|
|
<groupId>com.qmth.boot</groupId>
|
|
<artifactId>qmth-boot</artifactId>
|
|
<artifactId>qmth-boot</artifactId>
|
|
<packaging>pom</packaging>
|
|
<packaging>pom</packaging>
|
|
- <version>1.0.1</version>
|
|
|
|
|
|
+ <version>1.0.2</version>
|
|
|
|
|
|
<modules>
|
|
<modules>
|
|
<module>starter-api</module>
|
|
<module>starter-api</module>
|
|
<module>tools-poi</module>
|
|
<module>tools-poi</module>
|
|
<module>tools-signature</module>
|
|
<module>tools-signature</module>
|
|
<module>tools-common</module>
|
|
<module>tools-common</module>
|
|
|
|
+ <module>tools-device</module>
|
|
<module>data-redis</module>
|
|
<module>data-redis</module>
|
|
<module>data-mybatis-plus</module>
|
|
<module>data-mybatis-plus</module>
|
|
<module>core-models</module>
|
|
<module>core-models</module>
|
|
@@ -58,6 +59,11 @@
|
|
<artifactId>tools-poi</artifactId>
|
|
<artifactId>tools-poi</artifactId>
|
|
<version>${project.version}</version>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.qmth.boot</groupId>
|
|
|
|
+ <artifactId>tools-device</artifactId>
|
|
|
|
+ <version>${project.version}</version>
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.qmth.boot</groupId>
|
|
<groupId>com.qmth.boot</groupId>
|
|
<artifactId>tools-common</artifactId>
|
|
<artifactId>tools-common</artifactId>
|
|
@@ -190,6 +196,18 @@
|
|
<artifactId>commons-lang3</artifactId>
|
|
<artifactId>commons-lang3</artifactId>
|
|
<version>3.11</version>
|
|
<version>3.11</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <!-- https://mvnrepository.com/artifact/commons-codec/commons-codec -->
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>commons-codec</groupId>
|
|
|
|
+ <artifactId>commons-codec</artifactId>
|
|
|
|
+ <version>1.15</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core -->
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
+ <artifactId>jackson-core</artifactId>
|
|
|
|
+ <version>2.11.3</version>
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
<artifactId>jackson-databind</artifactId>
|
|
<artifactId>jackson-databind</artifactId>
|
|
@@ -200,6 +218,11 @@
|
|
<artifactId>jackson-datatype-jsr310</artifactId>
|
|
<artifactId>jackson-datatype-jsr310</artifactId>
|
|
<version>2.11.3</version>
|
|
<version>2.11.3</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
+ <artifactId>jackson-annotations</artifactId>
|
|
|
|
+ <version>2.11.3</version>
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.github.ben-manes.caffeine</groupId>
|
|
<groupId>com.github.ben-manes.caffeine</groupId>
|
|
<artifactId>caffeine</artifactId>
|
|
<artifactId>caffeine</artifactId>
|
|
@@ -280,6 +303,30 @@
|
|
<artifactId>logging-interceptor</artifactId>
|
|
<artifactId>logging-interceptor</artifactId>
|
|
<version>${okhttp.version}</version>
|
|
<version>${okhttp.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <!-- https://mvnrepository.com/artifact/com.github.oshi/oshi-core -->
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.github.oshi</groupId>
|
|
|
|
+ <artifactId>oshi-core</artifactId>
|
|
|
|
+ <version>5.8.2</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <!-- https://mvnrepository.com/artifact/net.java.dev.jna/jna -->
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>net.java.dev.jna</groupId>
|
|
|
|
+ <artifactId>jna</artifactId>
|
|
|
|
+ <version>5.9.0</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <!-- https://mvnrepository.com/artifact/net.java.dev.jna/jna-platform -->
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>net.java.dev.jna</groupId>
|
|
|
|
+ <artifactId>jna-platform</artifactId>
|
|
|
|
+ <version>5.9.0</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.slf4j</groupId>
|
|
|
|
+ <artifactId>slf4j-api</artifactId>
|
|
|
|
+ <version>1.7.32</version>
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<artifactId>junit</artifactId>
|