Commit 6916acb0 by naan1993

更新pom

parent c172fb2d
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
<artifactId>guns-core</artifactId> <artifactId>guns-core</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.stylefeng.guns</groupId> <groupId>com.stylefeng</groupId>
<artifactId>guns-generator</artifactId> <artifactId>guns-generator</artifactId>
</dependency> </dependency>
......
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
<module>../guns-admin</module> <module>../guns-admin</module>
<module>../guns-core</module> <module>../guns-core</module>
<module>../guns-rest</module> <module>../guns-rest</module>
<module>../guns-generator</module>
</modules> </modules>
<parent> <parent>
...@@ -47,7 +48,7 @@ ...@@ -47,7 +48,7 @@
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.stylefeng.guns</groupId> <groupId>com.stylefeng</groupId>
<artifactId>guns-generator</artifactId> <artifactId>guns-generator</artifactId>
<version>${guns.version}</version> <version>${guns.version}</version>
</dependency> </dependency>
......
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