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 @@ ...@@ -6,12 +6,12 @@
<parent> <parent>
<groupId>com.sql.admin</groupId> <groupId>com.sql.admin</groupId>
<artifactId>guns-base-support</artifactId> <artifactId>base-support</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>guns-sys</artifactId> <artifactId>sys</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -20,14 +20,14 @@ ...@@ -20,14 +20,14 @@
<!--基础组件--> <!--基础组件-->
<dependency> <dependency>
<groupId>com.sql.admin</groupId> <groupId>com.sql.admin</groupId>
<artifactId>guns-base</artifactId> <artifactId>base</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
</dependency> </dependency>
<!-- 权限管理模块 --> <!-- 权限管理模块 -->
<dependency> <dependency>
<groupId>com.sql.admin</groupId> <groupId>com.sql.admin</groupId>
<artifactId>guns-base-auth</artifactId> <artifactId>base-auth</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
</dependency> </dependency>
...@@ -51,6 +51,12 @@ ...@@ -51,6 +51,12 @@
<groupId>commons-fileupload</groupId> <groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId> <artifactId>commons-fileupload</artifactId>
</dependency> </dependency>
<dependency>
<groupId>com.sql.admin</groupId>
<artifactId>base-auth</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
</dependencies> </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