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