update hippo4j-rpc pom.xml, Change the value of the packaging t… (#913)

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

* fix : update hippo4j-rpc pom.xml, Change the value of the packaging tag from pom to jar
pull/916/head
pizihao 2 years ago committed by GitHub
parent 1c784a2e72
commit 2604336725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save