Skip to content

Commit 8307b63

Browse files
committed
Fix antlr dependency
1 parent 71256e2 commit 8307b63

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
<artifactId>graphql-java</artifactId>
4848
<version>${graphql-java.version}</version>
4949
</dependency>
50-
<!-- graphql-java defines this dependency as 'runtime', but we need it at compile time -->
5150
<dependency>
5251
<groupId>org.antlr</groupId>
5352
<artifactId>antlr4-runtime</artifactId>
53+
<version>4.10.1</version>
5454
<scope>compile</scope>
5555
</dependency>
5656
<dependency>
@@ -158,7 +158,6 @@
158158
<dependency>
159159
<groupId>org.antlr</groupId>
160160
<artifactId>antlr4-runtime</artifactId>
161-
<version>4.10.1</version>
162161
</dependency>
163162
<dependency>
164163
<groupId>com.fasterxml</groupId>

0 commit comments

Comments
 (0)