Skip to content

Commit

Permalink
Use new version of Consul config
Browse files Browse the repository at this point in the history
Consul config was relocated from quarkus to quarkusverse
Bug fixes(including the one for failuer on Openshift[1]) are only accessible in quarkusverse artifacts

[1] quarkusio/quarkus#24277
  • Loading branch information
fedinskiy committed Apr 1, 2022
1 parent 41fe5dd commit e984b16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<checkstyle.version>10.0</checkstyle.version>
<jjwt.version>0.11.2</jjwt.version>
<camel-quarkus-bom.version>2.7.0</camel-quarkus-bom.version>
<quarkiverse.config.version >1.0.2</quarkiverse.config.version>
<profile.id>jvm</profile.id>
<!-- S2i configuration -->
<ts.global.s2i.quarkus.jvm.builder.image>registry.access.redhat.com/ubi8/openjdk-11:latest</ts.global.s2i.quarkus.jvm.builder.image>
Expand Down
5 changes: 3 additions & 2 deletions properties/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@
<artifactId>quarkus-config-yaml</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-consul-config</artifactId>
<groupId>io.quarkiverse.config</groupId>
<artifactId>quarkus-config-consul</artifactId>
<version>${quarkiverse.config.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus.qe</groupId>
Expand Down

0 comments on commit e984b16

Please sign in to comment.