更改目录结构
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>eladmin</artifactId>
|
||||
<groupId>me.zhengjie</groupId>
|
||||
<groupId>cn.ysk.cashier</groupId>
|
||||
<version>2.6</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
@@ -21,7 +21,7 @@
|
||||
<dependencies>
|
||||
<!-- 同时需要common模块和logging模块只需要引入logging模块即可 -->
|
||||
<dependency>
|
||||
<groupId>me.zhengjie</groupId>
|
||||
<groupId>cn.ysk.cashier</groupId>
|
||||
<artifactId>eladmin-logging</artifactId>
|
||||
<version>2.6</version>
|
||||
</dependency>
|
||||
@@ -34,7 +34,7 @@
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>me.zhengjie</groupId>
|
||||
<groupId>cn.ysk.cashier</groupId>
|
||||
<artifactId>oss-service</artifactId>
|
||||
<version>2.6</version>
|
||||
</dependency>
|
||||
@@ -45,7 +45,7 @@
|
||||
<version>${alipay.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>me.zhengjie</groupId>
|
||||
<groupId>cn.ysk.cashier</groupId>
|
||||
<artifactId>oss-service</artifactId>
|
||||
<version>2.6</version>
|
||||
<scope>compile</scope>
|
||||
|
||||
Reference in New Issue
Block a user