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

Loading…
Cancel
Save