|
@@ -143,58 +143,12 @@
|
|
|
<version>5.8.5</version>
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.httpcomponents</groupId>
|
|
|
- <artifactId>httpclient</artifactId>
|
|
|
- <version>4.5.13</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>jakarta.validation</groupId>
|
|
|
- <artifactId>jakarta.validation-api</artifactId>
|
|
|
- <version>2.0.2</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
<dependency>
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
<artifactId>httpclient</artifactId>
|
|
|
<version>4.5.2</version>
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.poi</groupId>
|
|
|
- <artifactId>poi</artifactId>
|
|
|
- <version>4.1.1</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.poi</groupId>
|
|
|
- <artifactId>poi-ooxml-schemas</artifactId>
|
|
|
- <version>3.8</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <!--<dependency>
|
|
|
- <groupId>org.apache.ibatis</groupId>
|
|
|
- <artifactId>ibatis-core</artifactId>
|
|
|
- <version>3.0</version>
|
|
|
- </dependency>-->
|
|
|
- <dependency>
|
|
|
- <groupId>org.mybatis</groupId>
|
|
|
- <artifactId>mybatis</artifactId>
|
|
|
- <version>3.4.6</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.mybatis</groupId>
|
|
|
- <artifactId>mybatis-spring</artifactId>
|
|
|
- <version>1.3.2</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring-tx</artifactId>
|
|
|
- <version>5.0.8.RELEASE</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
|
|
|
</dependencies>
|
|
|
|