Skip to content

Commit

Permalink
Merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
GunalKupta committed Dec 23, 2024
1 parent b9e7f30 commit 4a4ee4e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jacoco-aggregate-schema-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.confluent</groupId>
<artifactId>kafka-schema-registry-parent</artifactId>
<version>7.0.17-0</version>
<version>7.6.5-0</version>
</parent>

<artifactId>jacoco-aggregate-schema-registry</artifactId>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
<module>client-encryption-hcvault</module>
<module>client-encryption</module>
<module>benchmark</module>
<module>jacoco-aggregate-schema-registry</module>
</modules>

<properties>
Expand Down
4 changes: 1 addition & 3 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ sonar.coverage.jacoco.xmlReportPaths=**/jacoco.xml
sonar.cpd.exclusions=**/test/**/*,**/tests/**/*,**/mock/**/*,**/mocks/**/*,**/*mock*,**/*test*
sonar.exclusions=protobuf-serializer/**
sonar.java.binaries=.
sonar.exclusions=**/*.pb.*,**/mk-include/**/*
sonar.java.binaries=core
sonar.language=java
sonar.projectKey=schema-registry
sonar.sources=core
sonar.sources=.

0 comments on commit 4a4ee4e

Please sign in to comment.