Skip to content

Commit 4657c9d

Browse files
committed
chore(deps): add antlr4-runtime dependency
1 parent 9e26412 commit 4657c9d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,11 @@
155155
<groupId>com.graphql-java</groupId>
156156
<artifactId>graphql-java</artifactId>
157157
</dependency>
158+
<dependency>
159+
<groupId>org.antlr</groupId>
160+
<artifactId>antlr4-runtime</artifactId>
161+
<version>4.10.1</version>
162+
</dependency>
158163
<dependency>
159164
<groupId>com.fasterxml</groupId>
160165
<artifactId>classmate</artifactId>

0 commit comments

Comments
 (0)