diff --git a/README.md b/README.md
index f055b0f1c1660b3d0f6dd236a4a17c4aa05a8028..229451709d2fd7535eb6566b70961ec4b89e8b8c 100644
--- a/README.md
+++ b/README.md
@@ -69,6 +69,7 @@ Currently, Fess supports crawling the following [storage locations and APIs](htt
  - [Box](https://github.com/codelibs/fess-ds-box)
  - [CSV](https://github.com/codelibs/fess-ds-csv)
  - [Database](https://github.com/codelibs/fess-ds-db)
+ - [Dropbox](https://github.com/codelibs/fess-ds-dropbox)
  - [Elasticsearch](https://github.com/codelibs/fess-ds-elasticsearch)
  - [Gitbucket](https://github.com/codelibs/fess-ds-gitbucket)
  - [G Suite](https://github.com/codelibs/fess-ds-gsuite)
diff --git a/deps.xml b/deps.xml
index 9c23566badc495c10e6957541a8cc71c10dc152f..6721beb9b2fbf2c5c0915024fa0c3a812634469b 100644
--- a/deps.xml
+++ b/deps.xml
@@ -73,6 +73,14 @@
 			<param name="jar.version" value="13.2.0" />
 			<param name="file.version" value="13.2.0" />
 		</antcall>
+		<!-- fess-ds-dropbox -->
+		<antcall target="install.lib.jar">
+			<param name="repo.url" value="${maven.release.repo.url}" />
+			<param name="jar.groupId" value="org/codelibs/fess" />
+			<param name="jar.artifactId" value="fess-ds-dropbox" />
+			<param name="jar.version" value="13.2.0" />
+			<param name="file.version" value="13.2.0" />
+		</antcall>
 		<!-- fess-ds-elasticsearch -->
 		<antcall target="install.lib.jar">
 			<param name="repo.url" value="${maven.release.repo.url}" />