RuoYi
2023-01-16 12c51fc8e391056a091b2b98c8198d3d301ca58a
ruoyi-auth/pom.xml
@@ -4,7 +4,7 @@
    <parent>
        <groupId>com.ruoyi</groupId>
        <artifactId>ruoyi</artifactId>
        <version>2.5.0</version>
        <version>3.6.2</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-->