Skip to content

Commit

Permalink
explicit antlr4 version (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkobayas authored Oct 12, 2023
1 parent 795205b commit 69b9a5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drools-ansible-rulebook-integration-protoextractor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<artifactId>antlr4-runtime</artifactId>
<version>${version.org.antlr4}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit 69b9a5b

Please sign in to comment.