|
|
@ -26,10 +26,48 @@ |
|
|
|
<artifactId>blade-common</artifactId> |
|
|
|
<artifactId>blade-common</artifactId> |
|
|
|
<version>${bladex.projet.common.version}</version> |
|
|
|
<version>${bladex.projet.common.version}</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
<artifactId>blade-core-boot</artifactId> |
|
|
|
<artifactId>blade-core-boot</artifactId> |
|
|
|
|
|
|
|
<exclusions> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
|
|
|
<artifactId>blade-starter-redis</artifactId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
</exclusions> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
|
|
|
<artifactId>blade-starter-redis</artifactId> |
|
|
|
|
|
|
|
<exclusions> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
|
|
|
<artifactId>spring-boot-starter-data-redis</artifactId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
</exclusions> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
|
|
|
<artifactId>spring-boot-starter-data-redis</artifactId> |
|
|
|
|
|
|
|
<exclusions> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<groupId>io.lettuce</groupId> |
|
|
|
|
|
|
|
<artifactId>lettuce-core</artifactId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
</exclusions> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>redis.clients</groupId> |
|
|
|
|
|
|
|
<artifactId>jedis</artifactId> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
<artifactId>blade-starter-swagger</artifactId> |
|
|
|
<artifactId>blade-starter-swagger</artifactId> |
|
|
@ -72,12 +110,6 @@ |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.hnac.hzims</groupId> |
|
|
|
<groupId>com.hnac.hzims</groupId> |
|
|
|
<artifactId>hzims-model</artifactId> |
|
|
|
|
|
|
|
<version>4.0.0-SNAPSHOT</version> |
|
|
|
|
|
|
|
<scope>compile</scope> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>com.hnac.hzims</groupId> |
|
|
|
|
|
|
|
<artifactId>ticket-api</artifactId> |
|
|
|
<artifactId>ticket-api</artifactId> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|