Commit 30573bec65f65cf5f0b42bd425a8e02c891fb20c

Authored by 张志伟
1 parent a8fd1432

:boom: feat(*): 重构消息中心

- 重构消息中心
Showing 1 changed file with 16 additions and 0 deletions
... ... @@ -137,6 +137,22 @@
137 137 </dependencyManagement>
138 138  
139 139 <dependencies>
  140 + <!-- kotlin -->
  141 + <dependency>
  142 + <groupId>org.jetbrains.kotlin</groupId>
  143 + <artifactId>kotlin-stdlib</artifactId>
  144 + <version>${kotlin.version}</version>
  145 + </dependency>
  146 + <dependency>
  147 + <groupId>org.jetbrains.kotlin</groupId>
  148 + <artifactId>kotlin-reflect</artifactId>
  149 + <version>${kotlin.version}</version>
  150 + </dependency>
  151 + <dependency>
  152 + <groupId>org.jetbrains.kotlin</groupId>
  153 + <artifactId>kotlin-stdlib-jdk8</artifactId>
  154 + <version>${kotlin.version}</version>
  155 + </dependency>
140 156 <dependency>
141 157 <groupId>org.projectlombok</groupId>
142 158 <artifactId>lombok</artifactId>
... ...