You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2019/06/20 21:47:32 UTC

[pulsar] branch master updated: add missing debezium-postgres connector in distribution (#4567)

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

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 4dfcf11  add missing debezium-postgres connector in distribution (#4567)
4dfcf11 is described below

commit 4dfcf11cd12af3e78cb1d7243f39d932f2c01e99
Author: willome <g....@gmail.com>
AuthorDate: Thu Jun 20 23:47:27 2019 +0200

    add missing debezium-postgres connector in distribution (#4567)
    
    ### Motivation
    - debezium-postgres connector is missing in distribution (build)
    
    ### Modifications
    - assemby updated
---
 distribution/io/src/assemble/io.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/distribution/io/src/assemble/io.xml b/distribution/io/src/assemble/io.xml
index 339522f..6031114 100644
--- a/distribution/io/src/assemble/io.xml
+++ b/distribution/io/src/assemble/io.xml
@@ -65,5 +65,6 @@
     <file><source>${basedir}/../../pulsar-io/netty/target/pulsar-io-netty-${project.version}.nar</source></file>
     <file><source>${basedir}/../../pulsar-io/mongo/target/pulsar-io-mongo-${project.version}.nar</source></file>
     <file><source>${basedir}/../../pulsar-io/debezium/mysql/target/pulsar-io-debezium-mysql-${project.version}.nar</source></file>
+    <file><source>${basedir}/../../pulsar-io/debezium/postgres/target/pulsar-io-debezium-postgres-${project.version}.nar</source></file>
   </files>
 </assembly>