|
|
@@ -12,10 +12,6 @@
|
|
|
<packaging>jar</packaging>
|
|
|
<description>小程序服务</description>
|
|
|
|
|
|
- <properties>
|
|
|
- <maven.compiler.source>8</maven.compiler.source>
|
|
|
- <maven.compiler.target>8</maven.compiler.target>
|
|
|
- </properties>
|
|
|
<dependencies>
|
|
|
<!-- SpringCloud Alibaba Nacos -->
|
|
|
<dependency>
|
|
|
@@ -41,26 +37,25 @@
|
|
|
<artifactId>spring-boot-starter-actuator</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
- <!-- Swagger UI -->
|
|
|
- <!--<dependency>
|
|
|
- <groupId>io.springfox</groupId>
|
|
|
- <artifactId>springfox-swagger-ui</artifactId>
|
|
|
- <version>${swagger.fox.version}</version>
|
|
|
- </dependency>-->
|
|
|
-
|
|
|
<!-- zd Common Swagger -->
|
|
|
<dependency>
|
|
|
- <groupId>com.zd</groupId>
|
|
|
- <artifactId>zd-common-swagger</artifactId>
|
|
|
+ <groupId>com.zd.swagger</groupId>
|
|
|
+ <artifactId>common-swagger</artifactId>
|
|
|
</dependency>
|
|
|
- <!--<dependency>
|
|
|
- <groupId>com.zd</groupId>
|
|
|
- <artifactId>zd-common-security</artifactId>
|
|
|
- </dependency>-->
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.zd.core</groupId>
|
|
|
<artifactId>common-core</artifactId>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>com.baomidou</groupId>
|
|
|
+ <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>poi-ooxml-schemas</artifactId>
|
|
|
+ <groupId>org.apache.poi</groupId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
@@ -77,7 +72,6 @@
|
|
|
<groupId>com.zd.system</groupId>
|
|
|
<artifactId>zd-system-api</artifactId>
|
|
|
</dependency>
|
|
|
-
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|