Skip to content

Commit

Permalink
Merge pull request #485 from pjgg/feat/consul_patch
Browse files Browse the repository at this point in the history
Explicit definition of jsoup dependency
  • Loading branch information
Pablo Gonzalez Granados authored Jun 15, 2022
2 parents 34f7191 + 037c6f6 commit 32860e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/consul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
<artifactId>quarkus-config-consul</artifactId>
<version>1.0.2</version>
</dependency>
<!-- https://github.com/quarkiverse/quarkus-config-extensions/issues/70 -->
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.15.1</version>
</dependency>
<dependency>
<groupId>io.quarkus.qe</groupId>
<artifactId>quarkus-test-containers</artifactId>
Expand Down

0 comments on commit 32860e0

Please sign in to comment.