Skip to content

Commit

Permalink
#2196 platform-pojo-bl: Add ANTLR4 runtime dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
homedirectory committed Feb 28, 2024
1 parent 5e1598b commit 1daa142
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions platform-pojo-bl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,13 @@
<artifactId>commons-io</artifactId>
<version>2.15.1</version>
</dependency>

<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>4.9.3</version>
</dependency>

</dependencies>
<build>
<resources>
Expand Down

0 comments on commit 1daa142

Please sign in to comment.