教育训练处考试制证系统后端
heheng
2025-01-21 44f7e1fe5136eb0666bb599387406ea6b12e659b
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>