Skip to content

Commit

Permalink
Merge pull request #25160 from jmartisk/main-issue-25157
Browse files Browse the repository at this point in the history
Fix smallrye-graphql-client artifact ID in application bom
  • Loading branch information
gsmet authored Apr 26, 2022
2 parents 8742a36 + bd87358 commit 97a6452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3577,7 +3577,7 @@
</dependency>
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-graphql-client-implementation</artifactId>
<artifactId>smallrye-graphql-client</artifactId>
<version>${smallrye-graphql.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 97a6452

Please sign in to comment.