Skip to content

Commit 5b0d7de

Browse files
fix html parser
Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
1 parent f652414 commit 5b0d7de

File tree

10 files changed

+6
-6
lines changed

10 files changed

+6
-6
lines changed

distribution/tools/plugin-cli/licenses/commons-compress-1.26.1.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
e482f2c7a88dac3c497e96aa420b6a769f59c8d7

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ httpasyncclient = "4.1.5"
5050
commonslogging = "1.2"
5151
commonscodec = "1.18.0"
5252
commonslang = "3.18.0"
53-
commonscompress = "1.26.1"
53+
commonscompress = "1.28.0"
5454
commonsio = "2.16.0"
5555
# plugin dependencies
5656
aws = "2.30.31"

plugins/ingest-attachment/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ dependencies {
7575

7676
// external parser libraries
7777
// HTML
78-
api 'org.ccil.cowan.tagsoup:tagsoup:1.2.1'
78+
api 'org.jsoup:jsoup:1.20.1'
7979
// Adobe PDF
8080
api "org.apache.pdfbox:pdfbox:${versions.pdfbox}"
8181
api "org.apache.pdfbox:fontbox:${versions.pdfbox}"

plugins/ingest-attachment/licenses/commons-compress-1.26.1.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
e482f2c7a88dac3c497e96aa420b6a769f59c8d7
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
769377896610be1736f8d6d51fc52a6042d1ce82

plugins/ingest-attachment/licenses/tagsoup-1.2.1.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.

plugins/repository-hdfs/licenses/commons-compress-1.26.1.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
e482f2c7a88dac3c497e96aa420b6a769f59c8d7

0 commit comments

Comments
 (0)