fix : update hippo4j-rpc pom.xml, Change the value of the packaging tag from pom to jar

pull/913/head
pizihao 3 years ago
parent 1c784a2e72
commit 2f2e163559

@ -8,7 +8,6 @@
<version>${revision}</version> <version>${revision}</version>
</parent> </parent>
<artifactId>hippo4j-rpc</artifactId> <artifactId>hippo4j-rpc</artifactId>
<packaging>pom</packaging>
<properties> <properties>
<maven.deploy.skip>true</maven.deploy.skip> <maven.deploy.skip>true</maven.deploy.skip>
@ -34,5 +33,4 @@
<artifactId>netty-all</artifactId> <artifactId>netty-all</artifactId>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

Loading…
Cancel
Save