Skip to content

Commit

Permalink
[fix] remove module in pom file
Browse files Browse the repository at this point in the history
  • Loading branch information
tuancamtbtx committed Dec 13, 2023
1 parent 5979555 commit 171699e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- 'main'
jobs:
publish:
build:
runs-on: ubuntu-latest
permissions:
contents: read
Expand All @@ -16,4 +16,4 @@ jobs:
java-version: '11'
distribution: 'temurin'
- name: Publish package
run: mvn clean package -DskipTests
run: mvn clean package
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<module>cdc-security</module>
<module>cdc-debezium-sinks</module>
<module>cdc-debezium-storage</module>
<module>cdc-engine</module>
</modules>
<properties>
<maven.compiler.source>11</maven.compiler.source>
Expand Down Expand Up @@ -131,23 +130,20 @@
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<groupId>io.debezium</groupId>
<artifactId>debezium-bom</artifactId>
<version>${version.debezium}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<groupId>io.debezium</groupId>
<artifactId>debezium-server-bom</artifactId>
<version>${version.debezium}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<!-- Quarkus dependencies -->
<dependency>
<groupId>io.quarkus</groupId>
Expand Down Expand Up @@ -244,7 +240,6 @@
</plugin>
</plugins>
</pluginManagement>

<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 171699e

Please sign in to comment.