Skip to content

Commit

Permalink
Merge pull request #1004 from galderz/t_caffeine_1003
Browse files Browse the repository at this point in the history
Make consul depend on core-cloud #1003
  • Loading branch information
oscerd committed Mar 31, 2020
2 parents 017f71e + 9173156 commit f7c7a6f
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 f7c7a6f

Please sign in to comment.