RuoYi
2021-10-25 662dec2fe2f57d9f35c8effd2b7292e3eee92fc3
ruoyi-auth/pom.xml
@@ -4,7 +4,7 @@
    <parent>
        <groupId>com.ruoyi</groupId>
        <artifactId>ruoyi</artifactId>
        <version>2.5.0</version>
        <version>3.2.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-->