Browse Source

fix #2173 add fess-ds-dropbox

Shinsuke Sugaya 6 năm trước cách đây
mục cha
commit
0a07f92065
2 tập tin đã thay đổi với 9 bổ sung0 xóa
  1. 1 0
      README.md
  2. 8 0
      deps.xml

+ 1 - 0
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)
  - [Box](https://github.com/codelibs/fess-ds-box)
  - [CSV](https://github.com/codelibs/fess-ds-csv)
  - [CSV](https://github.com/codelibs/fess-ds-csv)
  - [Database](https://github.com/codelibs/fess-ds-db)
  - [Database](https://github.com/codelibs/fess-ds-db)
+ - [Dropbox](https://github.com/codelibs/fess-ds-dropbox)
  - [Elasticsearch](https://github.com/codelibs/fess-ds-elasticsearch)
  - [Elasticsearch](https://github.com/codelibs/fess-ds-elasticsearch)
  - [Gitbucket](https://github.com/codelibs/fess-ds-gitbucket)
  - [Gitbucket](https://github.com/codelibs/fess-ds-gitbucket)
  - [G Suite](https://github.com/codelibs/fess-ds-gsuite)
  - [G Suite](https://github.com/codelibs/fess-ds-gsuite)

+ 8 - 0
deps.xml

@@ -73,6 +73,14 @@
 			<param name="jar.version" value="13.2.0" />
 			<param name="jar.version" value="13.2.0" />
 			<param name="file.version" value="13.2.0" />
 			<param name="file.version" value="13.2.0" />
 		</antcall>
 		</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 -->
 		<!-- fess-ds-elasticsearch -->
 		<antcall target="install.lib.jar">
 		<antcall target="install.lib.jar">
 			<param name="repo.url" value="${maven.release.repo.url}" />
 			<param name="repo.url" value="${maven.release.repo.url}" />