mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-22 14:45:43 +08:00
优化pom导入
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<artifactId>likeadmin-java</artifactId>
|
||||
<groupId>org.hxkj</groupId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
|
||||
<!-- 模块信息 -->
|
||||
@@ -15,18 +15,12 @@
|
||||
<artifactId>like-admin</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<!-- 特性信息 -->
|
||||
<properties>
|
||||
<like-common>1.0-SNAPSHOT</like-common>
|
||||
</properties>
|
||||
|
||||
<!-- 项目管理 -->
|
||||
<dependencies>
|
||||
<!-- 公共依赖 -->
|
||||
<dependency>
|
||||
<groupId>org.hxkj</groupId>
|
||||
<artifactId>like-common</artifactId>
|
||||
<version>${like-common}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user