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 2018/12/19 11:43:33 UTC

[pulsar] branch master updated: Fix hdfs module dependencies in pulsar-io/docs module (#3215)

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 85b8bea  Fix hdfs module dependencies in pulsar-io/docs module (#3215)
85b8bea is described below

commit 85b8bea4cd165c1b91983a1cd256f16fc149fe3a
Author: Sijie Guo <gu...@gmail.com>
AuthorDate: Wed Dec 19 19:43:28 2018 +0800

    Fix hdfs module dependencies in pulsar-io/docs module (#3215)
    
    *Motivation*
    
    In #2966, pulsar-io-hdfs is changed to two modules `pulsar-io-hdfs2`
    and `pulsar-io-hdfs3`. But the module is not updated in `pulsar-io/docs` module.
---
 pulsar-io/docs/pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/pulsar-io/docs/pom.xml b/pulsar-io/docs/pom.xml
index 04d44c8..fdf5df1 100644
--- a/pulsar-io/docs/pom.xml
+++ b/pulsar-io/docs/pom.xml
@@ -69,7 +69,12 @@
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
-      <artifactId>pulsar-io-hdfs</artifactId>
+      <artifactId>pulsar-io-hdfs2</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>pulsar-io-hdfs3</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>