Skip to content

Commit

Permalink
Fix ANTLR runtime version
Browse files Browse the repository at this point in the history
  • Loading branch information
qligier committed Feb 27, 2024
1 parent 10bcc2c commit 467864e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,11 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
<exclusion>
<!-- Exclude that version, ANTLR is already included in the Spring dependencies -->
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 467864e

Please sign in to comment.