Skip to content

Commit

Permalink
SONARGO-94 Get rid of slang-testing
Browse files Browse the repository at this point in the history
Remove of slang-antlr
  • Loading branch information
mstachniuk committed Dec 23, 2024
1 parent 85ec538 commit cc3a0b7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ sonarlint-core = { group = "org.sonarsource.sonarlint.core", name = "sonarlint-c
sonar-lint-rpc-java-client = { module = "org.sonarsource.sonarlint.core:sonarlint-rpc-java-client", version.ref = "sonarlint" }
sonar-lint-rpc-impl = { module = "org.sonarsource.sonarlint.core:sonarlint-rpc-impl", version.ref = "sonarlint" }
sonar-ws = { group = "org.sonarsource.sonarqube", name = "sonar-ws", version.ref = "sonarqube" }
slang-antlr = { group = "org.sonarsource.slang", name = "slang-antlr", version.ref = "slang-dependencies" }
mockito-core = { group = "org.mockito", name = "mockito-core", version.ref = "mockito-core" }
assertj-core = { group = "org.assertj", name = "assertj-core", version.ref = "assertj-core" }
junit-jupiter-api = { group = "org.junit.jupiter", name = "junit-jupiter-api", version.ref = "junit-jupiter" }
Expand Down
1 change: 0 additions & 1 deletion sonar-go-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ dependencies {

runtimeOnly(files(project.project(":sonar-go-to-slang").buildDir))

testImplementation(libs.slang.antlr)
testImplementation(libs.assertj.core)
testImplementation(libs.mockito.core)
testImplementation(libs.sonar.analyzer.test.commons)
Expand Down

0 comments on commit cc3a0b7

Please sign in to comment.