Skip to content

Commit

Permalink
Merge pull request #9 from rnc/BR2
Browse files Browse the repository at this point in the history
Add quarkus-config-yaml extension
  • Loading branch information
rnc authored Dec 23, 2024
2 parents 69fe9b1 + 7cef3c3 commit 4d5756d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@
</dependencyManagement>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-config-yaml</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-info</artifactId>
Expand Down

0 comments on commit 4d5756d

Please sign in to comment.