|
@@ -25,6 +25,8 @@
|
|
|
|
|
|
<spring-cloud.version>2020.0.4</spring-cloud.version>
|
|
<spring-cloud.version>2020.0.4</spring-cloud.version>
|
|
|
|
|
|
|
|
+
|
|
|
|
+
|
|
</properties>
|
|
</properties>
|
|
|
|
|
|
<dependencies>
|
|
<dependencies>
|
|
@@ -41,15 +43,14 @@
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<artifactId>spring-cloud-starter-netflix-ribbon</artifactId>
|
|
<artifactId>spring-cloud-starter-netflix-ribbon</artifactId>
|
|
</exclusion>
|
|
</exclusion>
|
|
-
|
|
|
|
</exclusions>
|
|
</exclusions>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
- <!-- <dependency>-->
|
|
|
|
- <!-- <groupId>com.taobao</groupId>-->
|
|
|
|
- <!-- <artifactId>taobao-sdk-java-auto</artifactId>-->
|
|
|
|
- <!-- <version>1.0.0</version>-->
|
|
|
|
- <!-- </dependency>-->
|
|
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.taobao</groupId>
|
|
|
|
+ <artifactId>taobao-sdk-java-auto</artifactId>
|
|
|
|
+ <version>1.0.0</version>
|
|
|
|
+ </dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
@@ -153,12 +154,6 @@
|
|
<groupId>com.miniframe</groupId>
|
|
<groupId>com.miniframe</groupId>
|
|
<artifactId>miniframe-spring-boot-starter</artifactId>
|
|
<artifactId>miniframe-spring-boot-starter</artifactId>
|
|
<version>2.1.0</version>
|
|
<version>2.1.0</version>
|
|
- <exclusions>
|
|
|
|
- <exclusion>
|
|
|
|
- <artifactId>poi</artifactId>
|
|
|
|
- <groupId>org.apache.poi</groupId>
|
|
|
|
- </exclusion>
|
|
|
|
- </exclusions>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
@@ -220,13 +215,13 @@
|
|
<!-- <systemPath>${project.basedir}/lib/ibatis-2.9.1.jar</systemPath>-->
|
|
<!-- <systemPath>${project.basedir}/lib/ibatis-2.9.1.jar</systemPath>-->
|
|
<!-- </dependency>-->
|
|
<!-- </dependency>-->
|
|
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>com.taobao</groupId>
|
|
|
|
- <artifactId>taobao-sdk-java-auto</artifactId>
|
|
|
|
- <version>1.0.0</version>
|
|
|
|
- <scope>system</scope>
|
|
|
|
- <systemPath>${project.basedir}/lib/taobao-sdk-java-auto.jar</systemPath>
|
|
|
|
- </dependency>
|
|
|
|
|
|
+ <!-- <dependency>-->
|
|
|
|
+ <!-- <groupId>com.taobao</groupId>-->
|
|
|
|
+ <!-- <artifactId>taobao-sdk-java-auto</artifactId>-->
|
|
|
|
+ <!-- <version>1.0.0</version>-->
|
|
|
|
+ <!-- <scope>system</scope>-->
|
|
|
|
+ <!-- <systemPath>${project.basedir}/lib/taobao-sdk-java-auto.jar</systemPath>-->
|
|
|
|
+ <!-- </dependency>-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -286,31 +281,6 @@
|
|
<version>2.3.29</version>
|
|
<version>2.3.29</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
-
|
|
|
|
- <!--报告生成-->
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.apache.logging.log4j</groupId>
|
|
|
|
- <artifactId>log4j-core</artifactId>
|
|
|
|
- <scope>compile</scope>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.apache.poi</groupId>
|
|
|
|
- <artifactId>poi</artifactId>
|
|
|
|
- <version>5.2.2</version>
|
|
|
|
- <scope>compile</scope>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.apache.poi</groupId>
|
|
|
|
- <artifactId>poi-ooxml</artifactId>
|
|
|
|
- <version>5.2.2</version>
|
|
|
|
- <exclusions>
|
|
|
|
- <exclusion>
|
|
|
|
- <artifactId>poi</artifactId>
|
|
|
|
- <groupId>org.apache.poi</groupId>
|
|
|
|
- </exclusion>
|
|
|
|
- </exclusions>
|
|
|
|
- </dependency>
|
|
|
|
-
|
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|
<dependencyManagement>
|
|
<dependencyManagement>
|
|
@@ -322,6 +292,11 @@
|
|
<type>pom</type>
|
|
<type>pom</type>
|
|
<scope>import</scope>
|
|
<scope>import</scope>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
</dependencies>
|
|
</dependencies>
|
|
</dependencyManagement>
|
|
</dependencyManagement>
|
|
|
|
|