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 1949bff commit 1faaac8Copy full SHA for 1faaac8
vertx-web-graphql/pom.xml
@@ -43,12 +43,6 @@
43
<artifactId>graphql-java</artifactId>
44
<version>${graphql.java.version}</version>
45
<exclusions>
46
- <!-- Can be removed after a new data loader release -->
47
- <!-- See https://github.com/graphql-java/java-dataloader/issues/227 -->
48
- <exclusion>
49
- <groupId>org.jetbrains.kotlin</groupId>
50
- <artifactId>kotlin-stdlib</artifactId>
51
- </exclusion>
52
<exclusion>
53
<groupId>org.reactivestreams</groupId>
54
<artifactId>reactive-streams</artifactId>
0 commit comments