Skip to content

Commit 1faaac8

Browse files
committed
Removed kotlin stdlib exclusion from Vert.x Web GraphQL POM
Dependency issue resolved by #2798 Signed-off-by: Thomas Segismont <[email protected]>
1 parent 1949bff commit 1faaac8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

vertx-web-graphql/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@
4343
<artifactId>graphql-java</artifactId>
4444
<version>${graphql.java.version}</version>
4545
<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>
5246
<exclusion>
5347
<groupId>org.reactivestreams</groupId>
5448
<artifactId>reactive-streams</artifactId>

0 commit comments

Comments
 (0)