We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71256e2 commit 8307b63Copy full SHA for 8307b63
pom.xml
@@ -47,10 +47,10 @@
47
<artifactId>graphql-java</artifactId>
48
<version>${graphql-java.version}</version>
49
</dependency>
50
- <!-- graphql-java defines this dependency as 'runtime', but we need it at compile time -->
51
<dependency>
52
<groupId>org.antlr</groupId>
53
<artifactId>antlr4-runtime</artifactId>
+ <version>4.10.1</version>
54
<scope>compile</scope>
55
56
@@ -158,7 +158,6 @@
158
159
160
161
- <version>4.10.1</version>
162
163
164
<groupId>com.fasterxml</groupId>
0 commit comments