Skip to content

Commit a7bd5cb

Browse files
authored
JCL-345: Add antlr dependency to JCL BOM artifact (#448)
1 parent ef78623 commit a7bd5cb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bom/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@
120120
<artifactId>okhttp</artifactId>
121121
<version>${okhttp.version}</version>
122122
</dependency>
123+
<dependency>
124+
<groupId>org.antlr</groupId>
125+
<artifactId>antlr4-runtime</artifactId>
126+
<version>${antlr.version}</version>
127+
</dependency>
123128
</dependencies>
124129
</dependencyManagement>
125130
</project>

0 commit comments

Comments
 (0)