Browse Source

优化

dev-active_learn
chenzhihang 1 year ago
parent
commit
960681e372
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      ruoyi-auth/pom.xml

+ 6
- 6
ruoyi-auth/pom.xml View File

@@ -69,13 +69,13 @@
<groupId>com.ruoyi</groupId> <groupId>com.ruoyi</groupId>
<artifactId>ruoyi-common-datascope</artifactId> <artifactId>ruoyi-common-datascope</artifactId>
</dependency> </dependency>
</dependencies>


<!-- RuoYi Common Log -->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-common-log</artifactId>
</dependency>
<!-- RuoYi Common Log -->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-common-log</artifactId>
</dependency>
</dependencies>


<build> <build>
<finalName>${project.artifactId}</finalName> <finalName>${project.artifactId}</finalName>


Loading…
Cancel
Save