Skip to content

Commit

Permalink
Merge pull request quarkusio#15968 from ebullient/15966-mp-metrics-dep
Browse files Browse the repository at this point in the history
Add MP SPI dep to Smallrye GraphQL
  • Loading branch information
gsmet authored Mar 23, 2021
2 parents 2fbb0a6 + 93d14f7 commit 17645be
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 17645be

Please sign in to comment.