Skip to content

Commit

Permalink
Add MP SPI dep to Smallrye GraphQL. Fixes quarkusio#15966
Browse files Browse the repository at this point in the history
(cherry picked from commit 93d14f7)
  • Loading branch information
ebullient authored and gsmet committed Mar 23, 2021
1 parent 3c4a08f commit 8a77358
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extensions/smallrye-graphql/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-context-propagation</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.microprofile.metrics</groupId>
<artifactId>microprofile-metrics-api</artifactId>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 8a77358

Please sign in to comment.