wuxw
2022-07-19 05683f2b2bdbdbe21cf17ad523c21ab338bd1c54
service-order/pom.xml
old mode 100644 new mode 100755
@@ -27,7 +27,10 @@
            <artifactId>java110-service</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.zookeeper</groupId>
            <artifactId>zookeeper</artifactId>
        </dependency>
        <dependency>
            <groupId>com.java110</groupId>
@@ -45,6 +48,7 @@
    <build>
        <finalName>service-order</finalName>
            <plugins>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
@@ -98,6 +102,7 @@
                    </configuration>
                </plugin>
            </plugins>
    </build>