|
@@ -23,53 +23,29 @@
|
|
|
<groupId>org.jeecgframework.boot</groupId>
|
|
|
<artifactId>jeecg-system-local-api</artifactId>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.alibaba</groupId>
|
|
|
- <artifactId>easyexcel</artifactId>
|
|
|
- <version>1.1.2-beat1</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.github.pagehelper</groupId>
|
|
|
- <artifactId>pagehelper-spring-boot-starter</artifactId>
|
|
|
- <version>1.2.3</version>
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <groupId>org.mybatis</groupId>
|
|
|
- <artifactId>mybatis</artifactId>
|
|
|
- </exclusion>
|
|
|
- <exclusion>
|
|
|
- <groupId>org.mybatis</groupId>
|
|
|
- <artifactId>mybatis-spring</artifactId>
|
|
|
- </exclusion>
|
|
|
- <exclusion>
|
|
|
- <groupId>com.github.jsqlparser</groupId>
|
|
|
- <artifactId>jsqlparser</artifactId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
- </dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
- <artifactId>httpclient</artifactId>
|
|
|
- <version>4.5.9</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.httpcomponents</groupId>
|
|
|
- <artifactId>httpcore</artifactId>
|
|
|
- <version>4.4</version>
|
|
|
+ <artifactId>httpmime</artifactId>
|
|
|
+ <version>4.5.10</version>
|
|
|
</dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>com.qcloud</groupId>
|
|
|
<artifactId>cos_api</artifactId>
|
|
|
<version>5.6.25</version>
|
|
|
</dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
- <groupId>com.google.code.gson</groupId>
|
|
|
- <artifactId>gson</artifactId>
|
|
|
+ <groupId>com.tencentcloudapi</groupId>
|
|
|
+ <artifactId>tencentcloud-sdk-java</artifactId>
|
|
|
+ <version>3.1.62</version>
|
|
|
+
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
- <groupId>net.sourceforge.javacsv</groupId>
|
|
|
- <artifactId>javacsv</artifactId>
|
|
|
- <version>2.0</version>
|
|
|
+ <groupId>com.alibaba</groupId>
|
|
|
+ <artifactId>easyexcel</artifactId>
|
|
|
+ <version>1.1.2-beat1</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.github.tony19</groupId>
|
|
@@ -77,6 +53,13 @@
|
|
|
<version>1.4.4-3</version>
|
|
|
<scope>compile</scope>
|
|
|
</dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.github.binarywang</groupId>
|
|
|
+ <artifactId>weixin-java-cp</artifactId>
|
|
|
+ <version>3.6.0</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>com.googlecode.plist</groupId>
|
|
|
<artifactId>dd-plist</artifactId>
|
|
@@ -84,31 +67,19 @@
|
|
|
<scope>compile</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
- <groupId>com.tencentcloudapi</groupId>
|
|
|
- <artifactId>tencentcloud-sdk-java</artifactId>
|
|
|
- <version>3.1.62</version><!-- 注:这里只是示例版本号,请获取并替换为 最新的版本号 -->
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.github.binarywang</groupId>
|
|
|
- <artifactId>weixin-java-cp</artifactId>
|
|
|
- <version>3.6.0</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
<groupId>thirtpart</groupId>
|
|
|
<artifactId>jave</artifactId>
|
|
|
<version>1.0</version>
|
|
|
<scope>system</scope>
|
|
|
<systemPath>${project.basedir}/src/main/resources/lib/jave-1.0.jar</systemPath>
|
|
|
</dependency>
|
|
|
+
|
|
|
</dependencies>
|
|
|
<build>
|
|
|
<plugins>
|
|
|
<plugin>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
- <configuration>
|
|
|
- <includeSystemScope>true</includeSystemScope>
|
|
|
- </configuration>
|
|
|
</plugin>
|
|
|
</plugins>
|
|
|
</build>
|