Skip to content

Commit

Permalink
build: rename bookkeeper-admin-jdk to bookkeeper-admin
Browse files Browse the repository at this point in the history
Signed-off-by: ZhangJian He <shoothzj@gmail.com>
  • Loading branch information
ZhangJian He committed Dec 8, 2024
1 parent d017b76 commit 947e36a
Show file tree
Hide file tree
Showing 34 changed files with 16 additions and 4 deletions.
7 changes: 6 additions & 1 deletion bookkeeper-admin-jdk/pom.xml → bookkeeper-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,19 @@
<version>0.1.0</version>
</parent>

<artifactId>bookkeeper-admin-jdk</artifactId>
<artifactId>bookkeeper-admin</artifactId>

<dependencies>
<dependency>
<groupId>io.github.protocol-laboratory</groupId>
<artifactId>bookkeeper-admin-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.github.openfacade</groupId>
<artifactId>http-facade</artifactId>
<version>${http-facade.version}</version>
</dependency>
</dependencies>

</project>
13 changes: 10 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<packaging>pom</packaging>

<modules>
<module>bookkeeper-admin</module>
<module>bookkeeper-admin-api</module>
<module>bookkeeper-admin-common</module>
<module>bookkeeper-admin-jdk</module>
<module>bookkeeper-admin-reactive</module>
</modules>

Expand All @@ -22,7 +22,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<src.dir>src/main/java</src.dir>
<!-- dependency -->
<annotations.version>13.0</annotations.version>
<embedded-bookkeeper.version>0.0.1</embedded-bookkeeper.version>
<http-facade.version>0.3.0</http-facade.version>
<jackson.version>2.17.2</jackson.version>
<junit.version>5.11.0</junit.version>
<log4j.version>2.20.0</log4j.version>
Expand All @@ -44,7 +46,7 @@
<maven-surefire-plugin.version>3.5.0</maven-surefire-plugin.version>
<nexus-staging-maven-plugin.version>1.7.0</nexus-staging-maven-plugin.version>
<spotbugs-maven-plugin.version>4.8.6.2</spotbugs-maven-plugin.version>
<spotless-maven-plugi.version>2.43.0</spotless-maven-plugi.version>
<spotless-maven-plugin.version>2.43.0</spotless-maven-plugin.version>
</properties>

<dependencyManagement>
Expand All @@ -65,6 +67,11 @@
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>${annotations.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
Expand Down Expand Up @@ -190,7 +197,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>${spotless-maven-plugi.version}</version>
<version>${spotless-maven-plugin.version}</version>
<configuration>
<java>
<importOrder>
Expand Down

0 comments on commit 947e36a

Please sign in to comment.