Hippo4j all modules refactored (#1245) (#1261)

pull/1262/head
马称 2 years ago committed by GitHub
parent 5251896b36
commit a5427ac4e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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