add
heheng
2025-06-10 942bdeee0b6fcc92b35e788c851d39c5182a8e40
multi-admin/pom.xml
文件名从 exam-admin/pom.xml 修改
@@ -9,7 +9,7 @@
        <version>0.0.1-SNAPSHOT</version>
    </parent>
    <artifactId>exam-admin</artifactId>
    <artifactId>multi-admin</artifactId>
    <properties>
        <maven.compiler.source>8</maven.compiler.source>
@@ -20,7 +20,7 @@
    <dependencies>
        <dependency>
            <groupId>com.gkhy.exam</groupId>
            <artifactId>exam-framework</artifactId>
            <artifactId>multi-framework</artifactId>
        </dependency>
        <dependency>
            <groupId>junit</groupId>