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

davidzollo pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new c9001fe2bd [Fix][Connectors-v2] connector-typesense Not imported in 
seatunnel-dist (#10894)
c9001fe2bd is described below

commit c9001fe2bd6699f053b569127936bf66ce0a427f
Author: zhiwei.niu <[email protected]>
AuthorDate: Sun May 17 20:50:22 2026 +0800

    [Fix][Connectors-v2] connector-typesense Not imported in seatunnel-dist 
(#10894)
---
 seatunnel-dist/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/seatunnel-dist/pom.xml b/seatunnel-dist/pom.xml
index 4314565dfd..b0d7e93187 100644
--- a/seatunnel-dist/pom.xml
+++ b/seatunnel-dist/pom.xml
@@ -580,6 +580,12 @@
                     <version>${project.version}</version>
                     <scope>provided</scope>
                 </dependency>
+                <dependency>
+                    <groupId>org.apache.seatunnel</groupId>
+                    <artifactId>connector-typesense</artifactId>
+                    <version>${project.version}</version>
+                    <scope>provided</scope>
+                </dependency>
                 <dependency>
                     <groupId>org.apache.seatunnel</groupId>
                     <artifactId>connector-selectdb-cloud</artifactId>

Reply via email to