Skip to content

Commit

Permalink
Revert dependency patch after Camel 3.2 upgrade #1040
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Apr 10, 2020
1 parent a16e12e commit a10da6d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 20 deletions.
4 changes: 0 additions & 4 deletions extensions-core/core-cloud/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@
</dependencyManagement>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-caffeine-deployment</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-core-deployment</artifactId>
Expand Down
14 changes: 0 additions & 14 deletions extensions-core/core-cloud/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,20 +60,6 @@
<artifactId>camel-cloud</artifactId>
</dependency>

<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-caffeine</artifactId>
</dependency>
<dependency>
<groupId>org.graalvm.nativeimage</groupId>
<artifactId>svm</artifactId>
</dependency>

<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
</dependency>

</dependencies>

<build>
Expand Down
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 a10da6d

Please sign in to comment.