|
@@ -96,7 +96,6 @@
|
|
|
<commons.version>2.6</commons.version>
|
|
|
<aliyun-java-sdk-core.version>3.5.0</aliyun-java-sdk-core.version>
|
|
|
<aliyun-java-sdk-dysmsapi.version>1.0.0</aliyun-java-sdk-dysmsapi.version>
|
|
|
-
|
|
|
</properties>
|
|
|
|
|
|
<dependencies>
|
|
@@ -225,35 +224,6 @@
|
|
|
<version>5.1.47</version>
|
|
|
<scope>runtime</scope>
|
|
|
</dependency>
|
|
|
- <!--sqlserver-->
|
|
|
- <dependency>
|
|
|
- <groupId>net.sourceforge.jtds</groupId>
|
|
|
- <artifactId>jtds</artifactId>
|
|
|
- <version>1.3.1</version>
|
|
|
- <scope>runtime</scope>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.microsoft.sqlserver</groupId>
|
|
|
- <artifactId>mssql-jdbc</artifactId>
|
|
|
- <version>7.2.1.jre8</version>
|
|
|
- <scope>runtime</scope>
|
|
|
- </dependency>
|
|
|
- <!-- mini文件存储服务 -->
|
|
|
- <dependency>
|
|
|
- <groupId>io.minio</groupId>
|
|
|
- <artifactId>minio</artifactId>
|
|
|
- <version>4.0.0</version>
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <artifactId>guava</artifactId>
|
|
|
- <groupId>com.google.guava</groupId>
|
|
|
- </exclusion>
|
|
|
- <exclusion>
|
|
|
- <artifactId>jsr305</artifactId>
|
|
|
- <groupId>com.google.code.findbugs</groupId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
- </dependency>
|
|
|
<!-- Quartz定时任务 -->
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
@@ -383,16 +353,6 @@
|
|
|
<version>3.6.0</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
- <groupId>us.codecraft</groupId>
|
|
|
- <artifactId>webmagic-core</artifactId>
|
|
|
- <version>0.7.3</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>us.codecraft</groupId>
|
|
|
- <artifactId>webmagic-extension</artifactId>
|
|
|
- <version>0.7.3</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
<groupId>net.sourceforge.htmlunit</groupId>
|
|
|
<artifactId>htmlunit</artifactId>
|
|
|
<version>2.36.0</version>
|
|
@@ -402,32 +362,11 @@
|
|
|
<artifactId>java-client</artifactId>
|
|
|
<version>7.2.0</version>
|
|
|
</dependency>
|
|
|
- <!-- <dependency>-->
|
|
|
- <!-- <groupId>io.aexp.nodes.graphql</groupId>-->
|
|
|
- <!-- <artifactId>nodes</artifactId>-->
|
|
|
- <!-- <version>0.4.0</version>-->
|
|
|
- <!-- </dependency>-->
|
|
|
<dependency>
|
|
|
<groupId>commons-codec</groupId>
|
|
|
<artifactId>commons-codec</artifactId>
|
|
|
<version>1.11</version>
|
|
|
</dependency>
|
|
|
- <!-- mini文件存储服务 -->
|
|
|
- <dependency>
|
|
|
- <groupId>io.minio</groupId>
|
|
|
- <artifactId>minio</artifactId>
|
|
|
- <version>4.0.0</version>
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <artifactId>guava</artifactId>
|
|
|
- <groupId>com.google.guava</groupId>
|
|
|
- </exclusion>
|
|
|
- <exclusion>
|
|
|
- <artifactId>jsr305</artifactId>
|
|
|
- <groupId>com.google.code.findbugs</groupId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
- </dependency>
|
|
|
<dependency>
|
|
|
<groupId>cn.hutool</groupId>
|
|
|
<artifactId>hutool-all</artifactId>
|