|
|
@ -30,11 +30,6 @@ |
|
|
|
<artifactId>blade-starter-oss-all</artifactId> |
|
|
|
<artifactId>blade-starter-oss-all</artifactId> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.baomidou</groupId> |
|
|
|
|
|
|
|
<artifactId>dynamic-datasource-spring-boot-starter</artifactId> |
|
|
|
|
|
|
|
<version>2.5.6</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
<artifactId>blade-starter-excel</artifactId> |
|
|
|
<artifactId>blade-starter-excel</artifactId> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
@ -51,17 +46,14 @@ |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
<artifactId>blade-dict-api</artifactId> |
|
|
|
<artifactId>blade-dict-api</artifactId> |
|
|
|
<version>${bladex.project.version}</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.hnac.hzims</groupId> |
|
|
|
<groupId>com.hnac.hzims</groupId> |
|
|
|
<artifactId>assets-api</artifactId> |
|
|
|
<artifactId>assets-api</artifactId> |
|
|
|
<version>${hzims.project.version}</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.hnac.hzims</groupId> |
|
|
|
<groupId>com.hnac.hzims</groupId> |
|
|
|
<artifactId>ticket-api</artifactId> |
|
|
|
<artifactId>ticket-api</artifactId> |
|
|
|
<version>${hzims.project.version}</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.xuxueli</groupId> |
|
|
|
<groupId>com.xuxueli</groupId> |
|
|
@ -70,14 +62,13 @@ |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.hnac.hzims</groupId> |
|
|
|
<groupId>com.hnac.hzims</groupId> |
|
|
|
<artifactId>message-api</artifactId> |
|
|
|
<artifactId>message-api</artifactId> |
|
|
|
<version>${hzims.project.version}</version> |
|
|
|
|
|
|
|
<scope>compile</scope> |
|
|
|
<scope>compile</scope> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
</dependencies> |
|
|
|
</dependencies> |
|
|
|
|
|
|
|
|
|
|
|
<build> |
|
|
|
<build> |
|
|
|
<finalName>${project.name}-${project.version}</finalName> |
|
|
|
<finalName>hzims-${project.name}-${project.version}</finalName> |
|
|
|
<plugins> |
|
|
|
<plugins> |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>com.spotify</groupId> |
|
|
|
<groupId>com.spotify</groupId> |
|
|
|