Skip to content

Commit

Permalink
Revert "build: Remove unnecessary dependency from sonar-zpa-plugin"
Browse files Browse the repository at this point in the history
This reverts commit 5249ea0.
  • Loading branch information
felipebz committed Jul 5, 2024
1 parent 5d6b503 commit cf8d7bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sonar-zpa-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies {
implementation(Libs.woodstox)
implementation(project(":zpa-core"))
implementation(project(":zpa-checks"))
implementation(project(":zpa-checks-testkit"))
compileOnly("org.sonarsource.api.plugin:sonar-plugin-api:${Versions.min_sonarqube_api}")
testImplementation("org.sonarsource.sonarqube:sonar-plugin-api-impl:${Versions.min_sonarqube}")
}
Expand Down

0 comments on commit cf8d7bb

Please sign in to comment.