Skip to content

Commit

Permalink
去除mall-security依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed Aug 19, 2020
1 parent 39c78b0 commit 6dc85b8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
<nimbus-jose-jwt.version>8.16</nimbus-jose-jwt.version>
<mall-common.version>1.0-SNAPSHOT</mall-common.version>
<mall-mbg.version>1.0-SNAPSHOT</mall-mbg.version>
<mall-security.version>1.0-SNAPSHOT</mall-security.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -116,12 +115,6 @@
<artifactId>mall-mbg</artifactId>
<version>${mall-mbg.version}</version>
</dependency>
<!--mall安全模块-->
<dependency>
<groupId>com.macro.mall</groupId>
<artifactId>mall-security</artifactId>
<version>${mall-security.version}</version>
</dependency>
<!--MyBatis分页插件starter-->
<dependency>
<groupId>com.github.pagehelper</groupId>
Expand Down

0 comments on commit 6dc85b8

Please sign in to comment.