Skip to content

Commit

Permalink
Merge pull request #5389 from stuartwdouglas/graphql-deps
Browse files Browse the repository at this point in the history
Fix GraphQL dependencies
  • Loading branch information
stuartwdouglas authored Nov 12, 2019
2 parents 8799987 + 64d674f commit 383c21d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions extensions/vertx-graphql/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
<groupId>io.vertx</groupId>
<artifactId>vertx-web-graphql</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-vertx-http</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
4 changes: 0 additions & 4 deletions integration-tests/vertx-graphql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
<name>Quarkus - Quarkus - Vert.x GraphQL - Integration Test</name>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-vertx-graphql</artifactId>
Expand Down

0 comments on commit 383c21d

Please sign in to comment.