Skip to content

Commit

Permalink
[7.x] Upgrade Tika to 1.27 for ingest (#75191) (#75904)
Browse files Browse the repository at this point in the history
  • Loading branch information
danhermann authored Aug 2, 2021
1 parent 598f9ed commit f890bc4
Show file tree
Hide file tree
Showing 13 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions plugins/ingest-attachment/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ esplugin {
}

versions << [
'tika' : '1.24',
'pdfbox': '2.0.19',
'tika' : '1.27',
'pdfbox': '2.0.24',
'poi' : '4.1.2',
'mime4j': '0.8.3'
'mime4j': '0.8.4'
]

dependencies {
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a7e552628c6587bdd1e2036045f1e06c4d513e32

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dfdfdbc095017ffbaef308e80ff7ca53b1a6ff08
1 change: 0 additions & 1 deletion plugins/ingest-attachment/licenses/fontbox-2.0.19.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions plugins/ingest-attachment/licenses/fontbox-2.0.24.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
df8ecb3006dfcd52355a5902096e5ec34f06112e
1 change: 0 additions & 1 deletion plugins/ingest-attachment/licenses/pdfbox-2.0.19.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions plugins/ingest-attachment/licenses/pdfbox-2.0.24.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cb562ee5f43e29415af4477e62fbe668ef88d18b
1 change: 0 additions & 1 deletion plugins/ingest-attachment/licenses/tika-core-1.24.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions plugins/ingest-attachment/licenses/tika-core-1.27.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
079ad0f72558b8fbce947147959e2faff8b7b70a

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
269e021ed326239fd8f62e3ff85f4b4e8dbd6ec9

0 comments on commit f890bc4

Please sign in to comment.