Commit f48b6332 by xjx

模块名字修改2

parent b60ef9ed

Too many changes to show.

To preserve performance only 1000 of 1000+ files are displayed.

......@@ -6,12 +6,12 @@
<parent>
<groupId>com.sql.admin</groupId>
<artifactId>guns-base-support</artifactId>
<artifactId>base-support</artifactId>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>guns-sys</artifactId>
<artifactId>sys</artifactId>
<packaging>jar</packaging>
......@@ -20,14 +20,14 @@
<!--基础组件-->
<dependency>
<groupId>com.sql.admin</groupId>
<artifactId>guns-base</artifactId>
<artifactId>base</artifactId>
<version>1.0.0</version>
</dependency>
<!-- 权限管理模块 -->
<dependency>
<groupId>com.sql.admin</groupId>
<artifactId>guns-base-auth</artifactId>
<artifactId>base-auth</artifactId>
<version>1.0.0</version>
</dependency>
......@@ -51,6 +51,12 @@
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
</dependency>
<dependency>
<groupId>com.sql.admin</groupId>
<artifactId>base-auth</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment