Skip to content

Commit

Permalink
Resolve conflict of repository-consul dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Oct 20, 2023
1 parent 8fcc263 commit 86d9624
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions mode/type/cluster/repository/provider/consul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
<name>${project.artifactId}</name>

<properties>
<consul.api.version>1.4.1</consul.api.version>
<httpclient.version>4.5.13</httpclient.version>
<consul.api.version>1.4.5</consul.api.version>
<httpclient.version>4.5.14</httpclient.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -64,6 +64,10 @@
<groupId>com.ecwid.consul</groupId>
<artifactId>consul-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>

<dependency>
<groupId>org.awaitility</groupId>
Expand Down

0 comments on commit 86d9624

Please sign in to comment.