Skip to content

Commit

Permalink
fix: annoying antlr messages
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas committed Jan 22, 2025
1 parent f5d7413 commit 9383375
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jvm-runtime/ftl-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,11 @@
<artifactId>grpc-stub</artifactId>
<version>${grpc.version}</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>4.11.1</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 9383375

Please sign in to comment.