Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernd Riedl authored May 14, 2017
1 parent dcc4f37 commit 13c2725
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ Supported protocols: local, http, https, ftp, sftp.<br/>
Supported archives: zip, tar, 7zip.<br/>
### Required libraries ###
Apache Commons Lang v3.4 (String and Array functions)<br/>
Apache Commons Compress v1.12 (Archivers and Compression)<br/>
Apache Tika Core v1.13 (Content detection)<br/>
Simple Logging Facade for Java API v1.7.12 (Logging)<br/>

### Optional libraries ###
Apache Commons Compress v1.12 (Archivers and Compression)<br/>
Apache Commons Net v3.4 (FTP support)<br/>
Apache Tika Core v1.14 (Content Type detection)<br/>
Apache Tika Parsers v1.14 (Content Encoding detection)<br/>
JSch - Java Secure Channel v0.1.53 (SFTP support)<br/>
Simple Logging Facade for Java API v1.7.12 (Logging)<br/>
XZ Utils v1.5 (LZMA Compression)<br/>

## Building the project ##
Expand Down

0 comments on commit 13c2725

Please sign in to comment.