We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e26412 commit 4657c9dCopy full SHA for 4657c9d
1 file changed
pom.xml
@@ -155,6 +155,11 @@
155
<groupId>com.graphql-java</groupId>
156
<artifactId>graphql-java</artifactId>
157
</dependency>
158
+ <dependency>
159
+ <groupId>org.antlr</groupId>
160
+ <artifactId>antlr4-runtime</artifactId>
161
+ <version>4.10.1</version>
162
+ </dependency>
163
<dependency>
164
<groupId>com.fasterxml</groupId>
165
<artifactId>classmate</artifactId>
0 commit comments