|
@@ -15,14 +15,9 @@
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-test</artifactId>
|
|
|
- <scope>test</scope>
|
|
|
- </dependency>
|
|
|
- <!-- Pagehelper -->
|
|
|
- <dependency>
|
|
|
- <groupId>com.github.pagehelper</groupId>
|
|
|
- <artifactId>pagehelper-spring-boot-starter</artifactId>
|
|
|
+ <groupId>com.usky</groupId>
|
|
|
+ <artifactId>service-backend-api</artifactId>
|
|
|
+ <version>0.0.1</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
@@ -30,36 +25,6 @@
|
|
|
<artifactId>easypoi-spring-boot-starter</artifactId>
|
|
|
<version>4.1.0</version>
|
|
|
</dependency>
|
|
|
-
|
|
|
- <!-- excel工具 -->
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>org.springframework.cloud</groupId>-->
|
|
|
-<!-- <artifactId>spring-cloud-starter-openfeign</artifactId>-->
|
|
|
-<!-- </dependency>-->
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.poi</groupId>
|
|
|
- <artifactId>poi-ooxml</artifactId>
|
|
|
- <version>4.1.2</version>
|
|
|
- </dependency>
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>com.usky</groupId>-->
|
|
|
-<!-- <artifactId>ruoyi-common-core</artifactId>-->
|
|
|
-<!-- </dependency>-->
|
|
|
- <dependency>
|
|
|
- <groupId>com.usky</groupId>
|
|
|
- <artifactId>ruoyi-common-core</artifactId>
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <groupId>com.github.pagehelper</groupId>
|
|
|
- <artifactId>pagehelper-spring-boot-starter</artifactId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.usky</groupId>
|
|
|
- <artifactId>service-backend-api</artifactId>
|
|
|
- <version>0.0.1</version>
|
|
|
- </dependency>
|
|
|
|
|
|
|
|
|
</dependencies>
|