This is an automated email from the ASF dual-hosted git repository.
martijnvisser pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-rabbitmq.git
The following commit(s) were added to refs/heads/main by this push:
new fb0566a [FLINK-30400][build] Stop bundling flink-connector-base. This
closes #17
fb0566a is described below
commit fb0566abb45bf545668c688311253056eb7b4192
Author: Hang Ruan <[email protected]>
AuthorDate: Fri Oct 27 15:55:11 2023 +0800
[FLINK-30400][build] Stop bundling flink-connector-base. This closes #17
---
flink-sql-connector-rabbitmq/pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/flink-sql-connector-rabbitmq/pom.xml
b/flink-sql-connector-rabbitmq/pom.xml
index b90df4c..ca479f0 100644
--- a/flink-sql-connector-rabbitmq/pom.xml
+++ b/flink-sql-connector-rabbitmq/pom.xml
@@ -61,7 +61,6 @@ under the License.
<configuration>
<artifactSet>
<includes>
-
<include>org.apache.flink:flink-connector-base</include>
<include>org.apache.flink:flink-connector-rabbitmq</include>
<include>com.rabbitmq:amqp-client</include>
</includes>