@@ -23,18 +23,20 @@ esplugin {
23
23
}
24
24
25
25
versions << [
26
- ' tika' : ' 1.14 ' ,
26
+ ' tika' : ' 1.15 ' ,
27
27
' pdfbox' : ' 2.0.3' ,
28
28
' bouncycastle' : ' 1.55' ,
29
- ' poi' : ' 3.15 ' ,
29
+ ' poi' : ' 3.16 ' ,
30
30
' mime4j' : ' 0.7.2'
31
31
]
32
32
33
33
dependencies {
34
34
// mandatory for tika
35
35
compile " org.apache.tika:tika-core:${ versions.tika} "
36
36
compile " org.apache.tika:tika-parsers:${ versions.tika} "
37
+ compile ' org.tukaani:xz:1.6'
37
38
compile ' commons-io:commons-io:2.4'
39
+ compile " org.slf4j:slf4j-api:${ versions.slf4j} "
38
40
39
41
// character set detection
40
42
compile ' com.googlecode.juniversalchardet:juniversalchardet:1.0.3'
@@ -56,10 +58,11 @@ dependencies {
56
58
compile " org.apache.poi:poi-ooxml-schemas:${ versions.poi} "
57
59
compile " commons-codec:commons-codec:${ versions.commonscodec} "
58
60
compile ' org.apache.xmlbeans:xmlbeans:2.6.0'
61
+ compile ' org.apache.commons:commons-collections4:4.1'
59
62
// MS Office
60
63
compile " org.apache.poi:poi-scratchpad:${ versions.poi} "
61
64
// Apple iWork
62
- compile ' org.apache.commons:commons-compress:1.10 '
65
+ compile ' org.apache.commons:commons-compress:1.14 '
63
66
// Outlook documents
64
67
compile " org.apache.james:apache-mime4j-core:${ versions.mime4j} "
65
68
compile " org.apache.james:apache-mime4j-dom:${ versions.mime4j} "
@@ -317,8 +320,6 @@ thirdPartyAudit.excludes = [
317
320
' com.microsoft.schemas.office.powerpoint.CTRel' ,
318
321
' com.microsoft.schemas.office.visio.x2012.main.AttachedToolbarsType' ,
319
322
' com.microsoft.schemas.office.visio.x2012.main.ColorsType' ,
320
- ' com.microsoft.schemas.office.visio.x2012.main.ConnectType' ,
321
- ' com.microsoft.schemas.office.visio.x2012.main.ConnectsType' ,
322
323
' com.microsoft.schemas.office.visio.x2012.main.CpType' ,
323
324
' com.microsoft.schemas.office.visio.x2012.main.CustomMenusFileType' ,
324
325
' com.microsoft.schemas.office.visio.x2012.main.CustomToolbarsFileType' ,
@@ -346,6 +347,7 @@ thirdPartyAudit.excludes = [
346
347
' com.microsoft.schemas.office.visio.x2012.main.TpType' ,
347
348
' com.microsoft.schemas.office.visio.x2012.main.TriggerType' ,
348
349
' com.microsoft.schemas.office.visio.x2012.main.impl.CellTypeImpl$1RefByList' ,
350
+ ' com.microsoft.schemas.office.visio.x2012.main.impl.ConnectsTypeImpl$1ConnectList' ,
349
351
' com.microsoft.schemas.office.visio.x2012.main.impl.MastersTypeImpl$1MasterList' ,
350
352
' com.microsoft.schemas.office.visio.x2012.main.impl.MastersTypeImpl$1MasterShortcutList' ,
351
353
' com.microsoft.schemas.office.visio.x2012.main.impl.PagesTypeImpl$1PageList' ,
@@ -481,6 +483,7 @@ thirdPartyAudit.excludes = [
481
483
' com.pff.PSTFile' ,
482
484
' com.pff.PSTFolder' ,
483
485
' com.pff.PSTMessage' ,
486
+ ' com.pff.PSTRecipient' ,
484
487
' com.rometools.rome.feed.synd.SyndContent' ,
485
488
' com.rometools.rome.feed.synd.SyndEntry' ,
486
489
' com.rometools.rome.feed.synd.SyndFeed' ,
@@ -511,13 +514,14 @@ thirdPartyAudit.excludes = [
511
514
' javax.servlet.ServletContextEvent' ,
512
515
' javax.servlet.ServletContextListener' ,
513
516
' javax.ws.rs.core.Response' ,
517
+ ' javax.ws.rs.core.UriBuilder' ,
514
518
' junit.framework.TestCase' ,
515
519
' opennlp.tools.namefind.NameFinderME' ,
516
520
' opennlp.tools.namefind.TokenNameFinderModel' ,
521
+ ' opennlp.tools.sentiment.SentimentME' ,
522
+ ' opennlp.tools.sentiment.SentimentModel' ,
517
523
' opennlp.tools.util.Span' ,
518
524
' org.apache.avalon.framework.logger.Logger' ,
519
- ' org.apache.commons.collections4.ListValuedMap' ,
520
- ' org.apache.commons.collections4.multimap.ArrayListValuedHashMap' ,
521
525
' org.apache.commons.csv.CSVFormat' ,
522
526
' org.apache.commons.csv.CSVParser' ,
523
527
' org.apache.commons.csv.CSVRecord' ,
@@ -526,6 +530,7 @@ thirdPartyAudit.excludes = [
526
530
' org.apache.commons.exec.ExecuteWatchdog' ,
527
531
' org.apache.commons.exec.PumpStreamHandler' ,
528
532
' org.apache.commons.exec.environment.EnvironmentUtils' ,
533
+ ' org.apache.commons.lang.StringUtils' ,
529
534
' org.apache.ctakes.typesystem.type.refsem.UmlsConcept' ,
530
535
' org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation' ,
531
536
' org.apache.cxf.jaxrs.client.WebClient' ,
@@ -584,6 +589,7 @@ thirdPartyAudit.excludes = [
584
589
' org.apache.xml.security.Init' ,
585
590
' org.apache.xml.security.c14n.Canonicalizer' ,
586
591
' org.apache.xml.security.utils.Base64' ,
592
+ ' org.brotli.dec.BrotliInputStream' ,
587
593
' org.etsi.uri.x01903.v13.AnyType' ,
588
594
' org.etsi.uri.x01903.v13.ClaimedRolesListType' ,
589
595
' org.etsi.uri.x01903.v13.CounterSignatureType' ,
@@ -625,12 +631,15 @@ thirdPartyAudit.excludes = [
625
631
' org.etsi.uri.x01903.v13.impl.UnsignedSignaturePropertiesTypeImpl$1RevocationValuesList' ,
626
632
' org.etsi.uri.x01903.v13.impl.UnsignedSignaturePropertiesTypeImpl$1SigAndRefsTimeStampList' ,
627
633
' org.etsi.uri.x01903.v13.impl.UnsignedSignaturePropertiesTypeImpl$1SignatureTimeStampList' ,
634
+ ' org.etsi.uri.x01903.v14.ValidationDataType$Factory' ,
635
+ ' org.etsi.uri.x01903.v14.ValidationDataType' ,
628
636
' org.json.JSONArray' ,
629
637
' org.json.JSONObject' ,
630
638
' org.json.XML' ,
631
639
' org.json.simple.JSONArray' ,
632
640
' org.json.simple.JSONObject' ,
633
641
' org.json.simple.parser.JSONParser' ,
642
+ ' org.junit.Assert' ,
634
643
' org.junit.Test' ,
635
644
' org.junit.internal.TextListener' ,
636
645
' org.junit.runner.JUnitCore' ,
@@ -801,6 +810,7 @@ thirdPartyAudit.excludes = [
801
810
' org.openxmlformats.schemas.drawingml.x2006.main.CTSupplementalFont' ,
802
811
' org.openxmlformats.schemas.drawingml.x2006.main.CTTableBackgroundStyle' ,
803
812
' org.openxmlformats.schemas.drawingml.x2006.main.CTTableCellBorderStyle' ,
813
+ ' org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyleTextStyle' ,
804
814
' org.openxmlformats.schemas.drawingml.x2006.main.CTTextBlipBullet' ,
805
815
' org.openxmlformats.schemas.drawingml.x2006.main.CTTextBulletColorFollowText' ,
806
816
' org.openxmlformats.schemas.drawingml.x2006.main.CTTextBulletSizeFollowText' ,
@@ -815,6 +825,7 @@ thirdPartyAudit.excludes = [
815
825
' org.openxmlformats.schemas.drawingml.x2006.main.STBlackWhiteMode' ,
816
826
' org.openxmlformats.schemas.drawingml.x2006.main.STBlipCompression' ,
817
827
' org.openxmlformats.schemas.drawingml.x2006.main.STFixedAngle' ,
828
+ ' org.openxmlformats.schemas.drawingml.x2006.main.STOnOffStyleType$Enum' ,
818
829
' org.openxmlformats.schemas.drawingml.x2006.main.STPanose' ,
819
830
' org.openxmlformats.schemas.drawingml.x2006.main.STPathFillMode' ,
820
831
' org.openxmlformats.schemas.drawingml.x2006.main.STPresetPatternVal' ,
@@ -1202,11 +1213,8 @@ thirdPartyAudit.excludes = [
1202
1213
' org.openxmlformats.schemas.spreadsheetml.x2006.main.CTMissing' ,
1203
1214
' org.openxmlformats.schemas.spreadsheetml.x2006.main.CTNumber' ,
1204
1215
' org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOleLink' ,
1205
- ' org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOleObjects' ,
1206
1216
' org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOleSize' ,
1207
1217
' org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPCDKPIs' ,
1208
- ' org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageField' ,
1209
- ' org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageFields' ,
1210
1218
' org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPhoneticRun' ,
1211
1219
' org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotFilters' ,
1212
1220
' org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotHierarchies' ,
@@ -1231,9 +1239,11 @@ thirdPartyAudit.excludes = [
1231
1239
' org.openxmlformats.schemas.spreadsheetml.x2006.main.CTX' ,
1232
1240
' org.openxmlformats.schemas.spreadsheetml.x2006.main.STCellSpans' ,
1233
1241
' org.openxmlformats.schemas.spreadsheetml.x2006.main.STDataValidationImeMode' ,
1242
+ ' org.openxmlformats.schemas.spreadsheetml.x2006.main.STDvAspect' ,
1234
1243
' org.openxmlformats.schemas.spreadsheetml.x2006.main.STFieldSortType' ,
1235
1244
' org.openxmlformats.schemas.spreadsheetml.x2006.main.STGuid' ,
1236
1245
' org.openxmlformats.schemas.spreadsheetml.x2006.main.STObjects' ,
1246
+ ' org.openxmlformats.schemas.spreadsheetml.x2006.main.STOleUpdate' ,
1237
1247
' org.openxmlformats.schemas.spreadsheetml.x2006.main.STPhoneticAlignment' ,
1238
1248
' org.openxmlformats.schemas.spreadsheetml.x2006.main.STPhoneticType' ,
1239
1249
' org.openxmlformats.schemas.spreadsheetml.x2006.main.STPrintError' ,
@@ -1291,7 +1301,9 @@ thirdPartyAudit.excludes = [
1291
1301
' org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTMapInfoImpl$1SchemaList' ,
1292
1302
' org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTMergeCellsImpl$1MergeCellList' ,
1293
1303
' org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTNumFmtsImpl$1NumFmtList' ,
1304
+ ' org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTOleObjectsImpl$1OleObjectList' ,
1294
1305
' org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTPageBreakImpl$1BrkList' ,
1306
+ ' org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTPageFieldsImpl$1PageFieldList' ,
1295
1307
' org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTPivotCacheRecordsImpl$1RList' ,
1296
1308
' org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTPivotCachesImpl$1PivotCacheList' ,
1297
1309
' org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTPivotFieldsImpl$1PivotFieldList' ,
@@ -1321,6 +1333,7 @@ thirdPartyAudit.excludes = [
1321
1333
' org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTSharedItemsImpl$1NList' ,
1322
1334
' org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTSharedItemsImpl$1SList' ,
1323
1335
' org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTSheetDataImpl$1RowList' ,
1336
+ ' org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTSheetsImpl$1SheetList' ,
1324
1337
' org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTSheetViewImpl$1PivotSelectionList' ,
1325
1338
' org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTSheetViewImpl$1SelectionList' ,
1326
1339
' org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTSheetViewsImpl$1SheetViewList' ,
@@ -2035,26 +2048,10 @@ thirdPartyAudit.excludes = [
2035
2048
' org.osgi.framework.ServiceRegistration' ,
2036
2049
' org.osgi.util.tracker.ServiceTracker' ,
2037
2050
' org.osgi.util.tracker.ServiceTrackerCustomizer' ,
2038
- ' org.slf4j.Logger' ,
2039
- ' org.slf4j.LoggerFactory' ,
2051
+ ' org.slf4j.impl.StaticLoggerBinder' ,
2052
+ ' org.slf4j.impl.StaticMDCBinder' ,
2053
+ ' org.slf4j.impl.StaticMarkerBinder' ,
2040
2054
' org.sqlite.SQLiteConfig' ,
2041
- ' org.tukaani.xz.ARMOptions' ,
2042
- ' org.tukaani.xz.ARMThumbOptions' ,
2043
- ' org.tukaani.xz.DeltaOptions' ,
2044
- ' org.tukaani.xz.FilterOptions' ,
2045
- ' org.tukaani.xz.FinishableWrapperOutputStream' ,
2046
- ' org.tukaani.xz.IA64Options' ,
2047
- ' org.tukaani.xz.LZMA2InputStream' ,
2048
- ' org.tukaani.xz.LZMA2Options' ,
2049
- ' org.tukaani.xz.LZMAInputStream' ,
2050
- ' org.tukaani.xz.PowerPCOptions' ,
2051
- ' org.tukaani.xz.SPARCOptions' ,
2052
- ' org.tukaani.xz.SingleXZInputStream' ,
2053
- ' org.tukaani.xz.UnsupportedOptionsException' ,
2054
- ' org.tukaani.xz.X86Options' ,
2055
- ' org.tukaani.xz.XZ' ,
2056
- ' org.tukaani.xz.XZInputStream' ,
2057
- ' org.tukaani.xz.XZOutputStream' ,
2058
2055
' org.w3.x2000.x09.xmldsig.KeyInfoType' ,
2059
2056
' org.w3.x2000.x09.xmldsig.SignatureMethodType' ,
2060
2057
' org.w3.x2000.x09.xmldsig.SignatureValueType' ,
0 commit comments