shicf
2025-10-13 d64e7af39538a31b8a947113631c6ed2028d181f
pom.xml
@@ -6,21 +6,14 @@
    <parent>
        <groupId>com.lx</groupId>
        <artifactId>product-server</artifactId>
        <version>2.0.0-release</version>
        <version>2.2.0-release</version>
    </parent>
    <artifactId>product-server-administration</artifactId>
    <name>product-server-administration</name>
    <version>2.0.0-release</version>
    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>
    <dependencies>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>3.8.1</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.lx</groupId>
            <artifactId>product-server-common</artifactId>