This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 095b34879c Remove redundant quarkus-virtual-threads dependency from
knative extension
095b34879c is described below
commit 095b34879c5360c1964e4f48775b7610e09d1744
Author: James Netherton <[email protected]>
AuthorDate: Mon Sep 11 13:01:03 2023 +0100
Remove redundant quarkus-virtual-threads dependency from knative extension
---
extensions/knative/deployment/pom.xml | 4 ----
extensions/knative/runtime/pom.xml | 4 ----
2 files changed, 8 deletions(-)
diff --git a/extensions/knative/deployment/pom.xml
b/extensions/knative/deployment/pom.xml
index 18fced1958..d8121f7a8e 100644
--- a/extensions/knative/deployment/pom.xml
+++ b/extensions/knative/deployment/pom.xml
@@ -46,10 +46,6 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-vertx-http-deployment</artifactId>
</dependency>
- <dependency>
- <groupId>io.quarkus</groupId>
- <artifactId>quarkus-virtual-threads-deployment</artifactId>
- </dependency>
</dependencies>
<build>
diff --git a/extensions/knative/runtime/pom.xml
b/extensions/knative/runtime/pom.xml
index 003c50838b..5d07eec5a6 100644
--- a/extensions/knative/runtime/pom.xml
+++ b/extensions/knative/runtime/pom.xml
@@ -56,10 +56,6 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-vertx-http</artifactId>
</dependency>
- <dependency>
- <groupId>io.quarkus</groupId>
- <artifactId>quarkus-virtual-threads</artifactId>
- </dependency>
</dependencies>
<build>