Skip to content

Commit

Permalink
upgraded tika and pdfbox app jar versions
Browse files Browse the repository at this point in the history
  • Loading branch information
svtd committed Aug 23, 2019
1 parent d886350 commit 9ff685e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ const path = require('path')

module.exports = {

VENDOR_PDF_BOX_JAR: 'pdfbox-app-2.0.2.jar',
VENDOR_TIKA_JAR: 'tika-app-1.13.jar',
VENDOR_PDF_BOX_JAR: 'pdfbox-app-2.0.16.jar',
VENDOR_TIKA_JAR: 'tika-app-1.22.jar',

DIRECTORY: {
PDF: path.join(__dirname, './files/pdf/'),
Expand Down
4 changes: 2 additions & 2 deletions postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ const fs = require('fs')
const constants = require('./constants')

let dependencies = {
[constants.VENDOR_PDF_BOX_JAR]: 'http://archive.apache.org/dist/pdfbox/2.0.2/pdfbox-app-2.0.2.jar',
[constants.VENDOR_TIKA_JAR]: 'http://archive.apache.org/dist/tika/tika-app-1.13.jar'
[constants.VENDOR_PDF_BOX_JAR]: 'http://archive.apache.org/dist/pdfbox/2.0.16/pdfbox-app-2.0.16.jar',
[constants.VENDOR_TIKA_JAR]: 'http://archive.apache.org/dist/tika/tika-app-1.22.jar'
}

const download = (filename) => {
Expand Down

0 comments on commit 9ff685e

Please sign in to comment.