Skip to content

Commit

Permalink
Revert dependency patch after Camel 3.2 upgrade apache#1040
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Apr 9, 2020
1 parent b37d61f commit 0c686b2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion extensions/consul/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
<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-cloud-deployment</artifactId>
Expand Down
1 change: 0 additions & 1 deletion extensions/consul/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
<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-cloud</artifactId>
Expand Down

0 comments on commit 0c686b2

Please sign in to comment.