You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zh...@apache.org on 2023/04/07 13:48:29 UTC

[camel-quarkus] branch main updated: Update camel-quarkus-tika resource (#4754)

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

zhfeng 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 6cd991a363 Update camel-quarkus-tika resource (#4754)
6cd991a363 is described below

commit 6cd991a3639988b0d70149b2d1ea051dc7a4ea7e
Author: Zheng Feng <zh...@gmail.com>
AuthorDate: Fri Apr 7 21:48:22 2023 +0800

    Update camel-quarkus-tika resource (#4754)
---
 catalog/pom.xml                                             | 13 +++++++++++++
 .../src/main/resources/META-INF/quarkus-extension.yaml      |  1 +
 2 files changed, 14 insertions(+)

diff --git a/catalog/pom.xml b/catalog/pom.xml
index 8509f17a85..cfa41b13a1 100644
--- a/catalog/pom.xml
+++ b/catalog/pom.xml
@@ -3789,6 +3789,19 @@
                 </exclusion>
             </exclusions>
         </dependency>
+        <dependency>
+            <groupId>org.apache.camel.quarkus</groupId>
+            <artifactId>camel-quarkus-tika</artifactId>
+            <version>${project.version}</version>
+            <type>pom</type>
+            <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>*</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
         <dependency>
             <groupId>org.apache.camel.quarkus</groupId>
             <artifactId>camel-quarkus-timer</artifactId>
diff --git a/extensions/tika/runtime/src/main/resources/META-INF/quarkus-extension.yaml b/extensions/tika/runtime/src/main/resources/META-INF/quarkus-extension.yaml
index 83407c4b01..0be8464e75 100644
--- a/extensions/tika/runtime/src/main/resources/META-INF/quarkus-extension.yaml
+++ b/extensions/tika/runtime/src/main/resources/META-INF/quarkus-extension.yaml
@@ -23,6 +23,7 @@
 ---
 name: "Camel Tika"
 description: "Parse documents and extract metadata and text using Apache Tika"
+icon-url: "https://camel.apache.org/_/img/logo-d-f21b25ba38.svg"
 metadata:
   guide: "https://camel.apache.org/camel-quarkus/latest/reference/extensions/tika.html"
   categories: