“djh”
2024-11-06 b56c3c0f1bc87935a8b59f6ee39f78b4796250ff
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>