Skip to content

Commit

Permalink
Fix hdfs module dependencies in pulsar-io/docs module (apache#3215)
Browse files Browse the repository at this point in the history
*Motivation*

In apache#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.
  • Loading branch information
sijie authored Dec 19, 2018
1 parent 00ae3cf commit 85b8bea
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pulsar-io/docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 85b8bea

Please sign in to comment.