订单
This commit is contained in:
13
pom.xml
13
pom.xml
@@ -50,6 +50,7 @@
|
||||
<easyexcel.version>2.2.11</easyexcel.version>
|
||||
<!-- weichat-->
|
||||
<weixin-java.version>4.6.0</weixin-java.version>
|
||||
<ws-schild.version>3.1.1</ws-schild.version>
|
||||
|
||||
|
||||
<!--腾讯云 COS 对象存储-->
|
||||
@@ -213,19 +214,13 @@
|
||||
<dependency>
|
||||
<groupId>ws.schild</groupId>
|
||||
<artifactId>jave-core</artifactId>
|
||||
<version>3.5.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>ws.schild</groupId>
|
||||
<artifactId>jave-native-win64</artifactId>
|
||||
<version>2.4.6</version>
|
||||
<version>${ws-schild.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- https://mvnrepository.com/artifact/ws.schild/jave-native-linux64 Linux版本-->
|
||||
<dependency>
|
||||
<groupId>ws.schild</groupId>
|
||||
<artifactId>jave-native-linux64</artifactId>
|
||||
<version>2.4.6</version>
|
||||
<artifactId>jave-nativebin-linux64</artifactId>
|
||||
<version>${ws-schild.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user