Refactor package directory, abstract infra and kernel layers (#1285)

* Refactor package directory, abstract infra and kernel layers

* Update pom.xml
pull/1280/head
magestack 1 year ago committed by GitHub
parent 9698d8d7d2
commit f7eb468af8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -75,7 +75,7 @@
</dependency>
<dependency>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-threadpool-common</artifactId>
<artifactId>hippo4j-threadpool-infra-common</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>

@ -20,7 +20,7 @@
</dependency>
<dependency>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-threadpool-common</artifactId>
<artifactId>hippo4j-threadpool-infra-common</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>

@ -4,10 +4,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-threadpool</artifactId>
<artifactId>hippo4j-infra</artifactId>
<version>${revision}</version>
</parent>
<artifactId>hippo4j-threadpool-common</artifactId>
<artifactId>hippo4j-threadpool-infra-common</artifactId>
<dependencies>
<dependency>

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

Loading…
Cancel
Save