fix #2173 add fess-ds-dropbox
This commit is contained in:
parent
e9ec6faa7a
commit
0a07f92065
2 changed files with 9 additions and 0 deletions
|
@ -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)
|
||||
|
|
8
deps.xml
8
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}" />
|
||||
|
|
Loading…
Add table
Reference in a new issue