Skip to content

Commit

Permalink
build: use antlr4-runtime instead of antlr (substrait-io#182)
Browse files Browse the repository at this point in the history
avoid introducing unnecessary indirect dependencies

Co-authored-by: Victor Barua <victor.barua@datadoghq.com>
  • Loading branch information
guiyanakuang and vbarua authored Sep 20, 2023
1 parent ae9b45f commit 75247bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ dependencies {

antlr("org.antlr:antlr4:4.9.2")
implementation("org.slf4j:slf4j-jdk14:1.7.30")
implementation("org.antlr:antlr4:4.9.2")
implementation("org.antlr:antlr4-runtime:4.9.2")
annotationProcessor("org.immutables:value:2.8.8")
compileOnly("org.immutables:value-annotations:2.8.8")
annotationProcessor("com.github.bsideup.jabel:jabel-javac-plugin:0.4.2")
Expand Down

0 comments on commit 75247bf

Please sign in to comment.