Skip to content

Commit

Permalink
Make consul depend on core-cloud apache#1003
Browse files Browse the repository at this point in the history
* This indirectly brings caffeine and solves temporarily the problem.
  • Loading branch information
galderz committed Mar 31, 2020
1 parent 017f71e commit 9173156
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion extensions/consul/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-jackson-deployment</artifactId>
</dependency>
<!-- TODO revert back to camel-quarkus-core-deployment when upgrading to camel 3.2 -->
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-core-deployment</artifactId>
<artifactId>camel-quarkus-core-cloud-deployment</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
Expand Down
3 changes: 2 additions & 1 deletion extensions/consul/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-jackson</artifactId>
</dependency>
<!-- TODO revert back to camel-quarkus-core when upgrading to camel 3.2 -->
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-core</artifactId>
<artifactId>camel-quarkus-core-cloud</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
Expand Down

0 comments on commit 9173156

Please sign in to comment.