Authored by foxxy

增加cache clean deploy

Showing 1 changed file with 6 additions and 0 deletions
@@ -64,6 +64,12 @@ @@ -64,6 +64,12 @@
64 64
65 <dependency> 65 <dependency>
66 <groupId>com.yoho.core</groupId> 66 <groupId>com.yoho.core</groupId>
  67 + <artifactId>yoho-core-cache-clean</artifactId>
  68 + <version>${yoho.core.version}</version>
  69 + </dependency>
  70 +
  71 + <dependency>
  72 + <groupId>com.yoho.core</groupId>
67 <artifactId>yoho-core-message</artifactId> 73 <artifactId>yoho-core-message</artifactId>
68 <version>${yoho.core.version}</version> 74 <version>${yoho.core.version}</version>
69 </dependency> 75 </dependency>