瀏覽代碼

job服务 pom导入shop.alien依赖

qinxuyang 1 周之前
父節點
當前提交
97b2546fcf
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      alien-job/pom.xml

+ 6 - 0
alien-job/pom.xml

@@ -137,6 +137,12 @@
             <groupId>org.freemarker</groupId>
             <artifactId>freemarker</artifactId>
         </dependency>
+        <dependency>
+            <groupId>shop.alien</groupId>
+            <artifactId>alien-store</artifactId>
+            <version>1.0.0</version>
+            <scope>compile</scope>
+        </dependency>
         <!-- mybatis-plus代码生成器 End -->
 
     </dependencies>