add dictionary module

This commit is contained in:
zhou-hao 2021-03-11 13:36:13 +08:00
parent 72ebae0a9a
commit 6a1f475eac
1 changed files with 6 additions and 0 deletions

View File

@ -64,6 +64,12 @@
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>org.hswebframework.web</groupId>
<artifactId>hsweb-system-dictionary</artifactId>
<version>${hsweb.framework.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>