RuoYi
2021-09-04 d2de744c3fc9d746ca5f63c27d754c5e9b1c592a
ruoyi-auth/pom.xml
@@ -4,7 +4,7 @@
    <parent>
        <groupId>com.ruoyi</groupId>
        <artifactId>ruoyi</artifactId>
        <version>2.5.0</version>
        <version>3.1.0</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    
@@ -44,12 +44,6 @@
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-actuator</artifactId>
        </dependency>
        <!-- Mysql Connector -->
        <dependency>
            <groupId>mysql</groupId>
            <artifactId>mysql-connector-java</artifactId>
        </dependency>
      
        <!-- RuoYi Common Security-->