Hippo4j all modules refactored (#1245)

pull/1261/head
chen.ma 2 years ago
parent 5251896b36
commit 6e9665642b

@ -10,4 +10,12 @@
</parent>
<artifactId>hippo4j-agents</artifactId>
<packaging>pom</packaging>
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
<modules>
<module>threadpool</module>
</modules>
</project>

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-agent</artifactId>
<artifactId>hippo4j-threadpool-agent</artifactId>
<version>${revision}</version>
</parent>

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-agent</artifactId>
<artifactId>hippo4j-threadpool-agent</artifactId>
<version>${revision}</version>
</parent>
@ -75,7 +75,7 @@
</dependency>
<dependency>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-common</artifactId>
<artifactId>hippo4j-threadpool-common</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save