kongzy
2024-10-12 2ceb5cc35cdbe61a738b2864db5411a4ddc5da50
ruoyi-admin/pom.xml
@@ -70,6 +70,20 @@
            <groupId>com.ruoyi</groupId>
            <artifactId>exam-system</artifactId>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-test</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-test</artifactId>
            <scope>test</scope>
        </dependency>
    </dependencies>
    <build>