浏览代码

增加dictionary依赖

zhouhao 4 年之前
父节点
当前提交
195e4ea695
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      jetlinks-standalone/pom.xml

+ 6 - 0
jetlinks-standalone/pom.xml

@@ -89,6 +89,12 @@
 
     <dependencies>
 
+        <dependency>
+            <groupId>org.hswebframework.web</groupId>
+            <artifactId>hsweb-system-dictionary</artifactId>
+            <version>${hsweb.framework.version}</version>
+        </dependency>
+
         <dependency>
             <groupId>com.github.ben-manes.caffeine</groupId>
             <artifactId>caffeine</artifactId>