You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2020/04/17 15:43:22 UTC

[camel-k-runtime] 04/04: chore: tag platform-http as http component

This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit a72678976091db013761667932b5a1d3d72ccca9
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Fri Apr 17 17:23:41 2020 +0200

    chore: tag platform-http as http component
---
 .../org/apache/camel/k/tooling/maven/processors/CatalogProcessor3x.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tooling/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/processors/CatalogProcessor3x.java b/tooling/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/processors/CatalogProcessor3x.java
index 60ed03c..360908f 100644
--- a/tooling/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/processors/CatalogProcessor3x.java
+++ b/tooling/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/processors/CatalogProcessor3x.java
@@ -50,6 +50,7 @@ public class CatalogProcessor3x implements CatalogProcessor {
         "grpc",
         "jetty",
         "netty-http",
+        "platform-http",
         "rest",
         "restlet",
         "servlet",