Hippo4j all modules refactored (#1245)

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

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

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

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

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

Loading…
Cancel
Save