Skip to content

Commit

Permalink
Fix Lombok usage in storage-kafka and exclude in root POM
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikisha Patil committed Dec 10, 2024
1 parent 096cc69 commit 1c1f75d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,12 @@
<groupId>io.apicurio</groupId>
<artifactId>apicurio-common-app-components-multitenancy</artifactId>
<version>${apicurio-common-app-components.version}</version>
<exclusions>
<exclusion>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down
5 changes: 5 additions & 0 deletions storage/kafkasql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
<groupId>io.strimzi</groupId>
<artifactId>kafka-oauth-client</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.testcontainers</groupId>
Expand Down

0 comments on commit 1c1f75d

Please sign in to comment.