Skip to content

Commit

Permalink
fix: annoying antlr messages (#4145)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas authored Jan 22, 2025
1 parent f5d7413 commit 41e647e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jvm-runtime/ftl-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
<version.impsort.plugin>1.12.0</version.impsort.plugin>
<kotlinpoet.version>2.0.0</kotlinpoet.version>
<tomlj.version>1.1.1</tomlj.version>
<antlr4-runtime.version>4.11.1</antlr4-runtime.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -159,6 +160,11 @@
<artifactId>grpc-stub</artifactId>
<version>${grpc.version}</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>${antlr4-runtime.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 41e647e

Please sign in to comment.