songhuangfeng123
2022-09-05 90a86453a5266a88c8cbdbbddc888070ccb8df29
incident-manage/incident-manage-service/pom.xml
@@ -8,7 +8,7 @@
        <version>1.0-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <packaging>jar</packaging>
    <artifactId>incident-manage-service</artifactId>
    <properties>
@@ -16,4 +16,17 @@
        <maven.compiler.target>8</maven.compiler.target>
    </properties>
</project>
    <dependencies>
        <dependency>
            <groupId>com.gkhy.safePlatfrom</groupId>
            <artifactId>incident-manage-rpc-api</artifactId>
            <version>1.0-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>com.gkhy.safePlatfrom</groupId>
            <artifactId>account-rpc-api</artifactId>
        </dependency>
    </dependencies>
</project>