|
|
|
@ -23,11 +23,11 @@ esplugin {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
versions << [
|
|
|
|
|
'tika': '1.15',
|
|
|
|
|
'pdfbox': '2.0.3',
|
|
|
|
|
'tika': '1.17',
|
|
|
|
|
'pdfbox': '2.0.8',
|
|
|
|
|
'bouncycastle': '1.55',
|
|
|
|
|
'poi': '3.16',
|
|
|
|
|
'mime4j': '0.7.2'
|
|
|
|
|
'poi': '3.17',
|
|
|
|
|
'mime4j': '0.8.1'
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
@ -35,7 +35,7 @@ dependencies {
|
|
|
|
|
compile "org.apache.tika:tika-core:${versions.tika}"
|
|
|
|
|
compile "org.apache.tika:tika-parsers:${versions.tika}"
|
|
|
|
|
compile 'org.tukaani:xz:1.6'
|
|
|
|
|
compile 'commons-io:commons-io:2.4'
|
|
|
|
|
compile 'commons-io:commons-io:2.5'
|
|
|
|
|
compile "org.slf4j:slf4j-api:${versions.slf4j}"
|
|
|
|
|
|
|
|
|
|
// character set detection
|
|
|
|
@ -47,7 +47,7 @@ dependencies {
|
|
|
|
|
// Adobe PDF
|
|
|
|
|
compile "org.apache.pdfbox:pdfbox:${versions.pdfbox}"
|
|
|
|
|
compile "org.apache.pdfbox:fontbox:${versions.pdfbox}"
|
|
|
|
|
compile "org.apache.pdfbox:jempbox:1.8.12"
|
|
|
|
|
compile "org.apache.pdfbox:jempbox:1.8.13"
|
|
|
|
|
compile "commons-logging:commons-logging:${versions.commonslogging}"
|
|
|
|
|
compile "org.bouncycastle:bcmail-jdk15on:${versions.bouncycastle}"
|
|
|
|
|
compile "org.bouncycastle:bcprov-jdk15on:${versions.bouncycastle}"
|
|
|
|
@ -546,6 +546,7 @@ thirdPartyAudit.excludes = [
|
|
|
|
|
'org.apache.http.client.utils.URIBuilder',
|
|
|
|
|
'org.apache.http.entity.ByteArrayEntity',
|
|
|
|
|
'org.apache.http.impl.client.DefaultHttpClient',
|
|
|
|
|
'org.apache.jcp.xml.dsig.internal.dom.ApacheNodeSetData',
|
|
|
|
|
'org.apache.jcp.xml.dsig.internal.dom.DOMDigestMethod',
|
|
|
|
|
'org.apache.jcp.xml.dsig.internal.dom.DOMKeyInfo',
|
|
|
|
|
'org.apache.jcp.xml.dsig.internal.dom.DOMReference',
|
|
|
|
@ -588,6 +589,7 @@ thirdPartyAudit.excludes = [
|
|
|
|
|
'org.apache.uima.util.XmlCasSerializer',
|
|
|
|
|
'org.apache.xml.security.Init',
|
|
|
|
|
'org.apache.xml.security.c14n.Canonicalizer',
|
|
|
|
|
'org.apache.xml.security.signature.XMLSignatureInput',
|
|
|
|
|
'org.apache.xml.security.utils.Base64',
|
|
|
|
|
'org.brotli.dec.BrotliInputStream',
|
|
|
|
|
'org.etsi.uri.x01903.v13.AnyType',
|
|
|
|
@ -635,11 +637,9 @@ thirdPartyAudit.excludes = [
|
|
|
|
|
'org.etsi.uri.x01903.v14.ValidationDataType',
|
|
|
|
|
'org.json.JSONArray',
|
|
|
|
|
'org.json.JSONObject',
|
|
|
|
|
'org.json.XML',
|
|
|
|
|
'org.json.simple.JSONArray',
|
|
|
|
|
'org.json.simple.JSONObject',
|
|
|
|
|
'org.json.simple.parser.JSONParser',
|
|
|
|
|
'org.junit.Assert',
|
|
|
|
|
'org.junit.Test',
|
|
|
|
|
'org.junit.internal.TextListener',
|
|
|
|
|
'org.junit.runner.JUnitCore',
|
|
|
|
@ -690,7 +690,6 @@ thirdPartyAudit.excludes = [
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.chart.CTDLbls',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.chart.CTDPt',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.chart.CTDTable',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.chart.CTDateAx',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.chart.CTDispBlanksAs',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.chart.CTDispUnits',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.chart.CTDoughnutChart',
|
|
|
|
@ -720,6 +719,7 @@ thirdPartyAudit.excludes = [
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.chart.CTSurface3DChart',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.chart.CTSurfaceChart',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.chart.CTTextLanguageID',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.chart.CTTimeUnit',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.chart.CTTrendline',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.chart.CTUpDownBars',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.chart.CTView3D',
|
|
|
|
@ -828,8 +828,8 @@ thirdPartyAudit.excludes = [
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.STOnOffStyleType$Enum',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.STPanose',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.STPathFillMode',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.STPresetPatternVal',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.STPresetPatternVal$Enum',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.STPresetPatternVal',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.STRectAlignment',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.STTextColumnCount',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.STTextNonNegativePoint',
|
|
|
|
@ -937,34 +937,6 @@ thirdPartyAudit.excludes = [
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTPresetColorImpl$1SatOffList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTPresetColorImpl$1ShadeList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTPresetColorImpl$1TintList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1AlphaList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1AlphaModList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1AlphaOffList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1BlueList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1BlueModList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1BlueOffList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1CompList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1GammaList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1GrayList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1GreenList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1GreenModList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1GreenOffList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1HueList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1HueModList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1HueOffList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1InvGammaList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1InvList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1LumList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1LumModList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1LumOffList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1RedList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1RedModList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1RedOffList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1SatList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1SatModList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1SatOffList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1ShadeList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1TintList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTSRgbColorImpl$1AlphaList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTSRgbColorImpl$1AlphaModList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTSRgbColorImpl$1AlphaOffList',
|
|
|
|
@ -993,6 +965,34 @@ thirdPartyAudit.excludes = [
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTSRgbColorImpl$1SatOffList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTSRgbColorImpl$1ShadeList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTSRgbColorImpl$1TintList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1AlphaList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1AlphaModList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1AlphaOffList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1BlueList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1BlueModList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1BlueOffList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1CompList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1GammaList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1GrayList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1GreenList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1GreenModList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1GreenOffList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1HueList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1HueModList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1HueOffList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1InvGammaList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1InvList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1LumList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1LumModList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1LumOffList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1RedList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1RedModList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1RedOffList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1SatList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1SatModList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1SatOffList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1ShadeList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTScRgbColorImpl$1TintList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTSchemeColorImpl$1AlphaList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTSchemeColorImpl$1AlphaModList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTSchemeColorImpl$1AlphaOffList',
|
|
|
|
@ -1058,7 +1058,6 @@ thirdPartyAudit.excludes = [
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTTextParagraphImpl$1FldList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTTextParagraphImpl$1RList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.main.impl.CTTextTabStopListImpl$1TabList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTAbsoluteAnchor',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.impl.CTDrawingImpl$1AbsoluteAnchorList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.impl.CTDrawingImpl$1OneCellAnchorList',
|
|
|
|
|
'org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.impl.CTDrawingImpl$1TwoCellAnchorList',
|
|
|
|
@ -1183,7 +1182,6 @@ thirdPartyAudit.excludes = [
|
|
|
|
|
'org.openxmlformats.schemas.spreadsheetml.x2006.main.CTChartsheetViews',
|
|
|
|
|
'org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColHierarchiesUsage',
|
|
|
|
|
'org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColItems',
|
|
|
|
|
'org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColors',
|
|
|
|
|
'org.openxmlformats.schemas.spreadsheetml.x2006.main.CTConditionalFormats',
|
|
|
|
|
'org.openxmlformats.schemas.spreadsheetml.x2006.main.CTConsolidation',
|
|
|
|
|
'org.openxmlformats.schemas.spreadsheetml.x2006.main.CTControls',
|
|
|
|
@ -1208,6 +1206,7 @@ thirdPartyAudit.excludes = [
|
|
|
|
|
'org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFormats',
|
|
|
|
|
'org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFunctionGroups',
|
|
|
|
|
'org.openxmlformats.schemas.spreadsheetml.x2006.main.CTGradientFill',
|
|
|
|
|
'org.openxmlformats.schemas.spreadsheetml.x2006.main.CTMRUColors',
|
|
|
|
|
'org.openxmlformats.schemas.spreadsheetml.x2006.main.CTMeasureDimensionMaps',
|
|
|
|
|
'org.openxmlformats.schemas.spreadsheetml.x2006.main.CTMeasureGroups',
|
|
|
|
|
'org.openxmlformats.schemas.spreadsheetml.x2006.main.CTMissing',
|
|
|
|
@ -1231,7 +1230,6 @@ thirdPartyAudit.excludes = [
|
|
|
|
|
'org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSortState',
|
|
|
|
|
'org.openxmlformats.schemas.spreadsheetml.x2006.main.CTString',
|
|
|
|
|
'org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableFormula',
|
|
|
|
|
'org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableStyles',
|
|
|
|
|
'org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTupleCache',
|
|
|
|
|
'org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPublishItems',
|
|
|
|
|
'org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPublishObjects',
|
|
|
|
@ -1333,14 +1331,14 @@ thirdPartyAudit.excludes = [
|
|
|
|
|
'org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTSharedItemsImpl$1NList',
|
|
|
|
|
'org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTSharedItemsImpl$1SList',
|
|
|
|
|
'org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTSheetDataImpl$1RowList',
|
|
|
|
|
'org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTSheetsImpl$1SheetList',
|
|
|
|
|
'org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTSheetViewImpl$1PivotSelectionList',
|
|
|
|
|
'org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTSheetViewImpl$1SelectionList',
|
|
|
|
|
'org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTSheetViewsImpl$1SheetViewList',
|
|
|
|
|
'org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTSheetsImpl$1SheetList',
|
|
|
|
|
'org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTSingleXmlCellsImpl$1SingleXmlCellList',
|
|
|
|
|
'org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTSstImpl$1SiList',
|
|
|
|
|
'org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTTableColumnsImpl$1TableColumnList',
|
|
|
|
|
'org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTTablePartsImpl$1TablePartList',
|
|
|
|
|
'org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTTableStylesImpl$1TableStyleList',
|
|
|
|
|
'org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTWorkbookImpl$1FileRecoveryPrList',
|
|
|
|
|
'org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTWorksheetImpl$1ColsList',
|
|
|
|
|
'org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTWorksheetImpl$1ConditionalFormattingList',
|
|
|
|
@ -1400,7 +1398,6 @@ thirdPartyAudit.excludes = [
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.CTProof',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRPrChange',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.CTReadingModeInkLockDown',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRuby',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSaveThroughXslt',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtComboBox',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtDate',
|
|
|
|
@ -1441,6 +1438,7 @@ thirdPartyAudit.excludes = [
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.STPTabLeader',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.STPTabRelativeTo',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.STProofErr',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.STRubyAlign',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.STShortHexNumber',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.STThemeColor',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.STUcharHexNumber',
|
|
|
|
@ -1708,6 +1706,32 @@ thirdPartyAudit.excludes = [
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.impl.CTRowImpl$1ProofErrList',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.impl.CTRowImpl$1SdtList',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.impl.CTRowImpl$1TcList',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.impl.CTRubyContentImpl$1BookmarkEndList',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.impl.CTRubyContentImpl$1BookmarkStartList',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.impl.CTRubyContentImpl$1CommentRangeEndList',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.impl.CTRubyContentImpl$1CommentRangeStartList',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.impl.CTRubyContentImpl$1CustomXmlDelRangeEndList',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.impl.CTRubyContentImpl$1CustomXmlDelRangeStartList',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.impl.CTRubyContentImpl$1CustomXmlInsRangeEndList',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.impl.CTRubyContentImpl$1CustomXmlInsRangeStartList',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.impl.CTRubyContentImpl$1CustomXmlMoveFromRangeEndList',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.impl.CTRubyContentImpl$1CustomXmlMoveFromRangeStartList',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.impl.CTRubyContentImpl$1CustomXmlMoveToRangeEndList',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.impl.CTRubyContentImpl$1CustomXmlMoveToRangeStartList',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.impl.CTRubyContentImpl$1DelList',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.impl.CTRubyContentImpl$1InsList',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.impl.CTRubyContentImpl$1MoveFromList',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.impl.CTRubyContentImpl$1MoveFromRangeEndList',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.impl.CTRubyContentImpl$1MoveFromRangeStartList',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.impl.CTRubyContentImpl$1MoveToList',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.impl.CTRubyContentImpl$1MoveToRangeEndList',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.impl.CTRubyContentImpl$1MoveToRangeStartList',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.impl.CTRubyContentImpl$1OMathList',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.impl.CTRubyContentImpl$1OMathParaList',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.impl.CTRubyContentImpl$1PermEndList',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.impl.CTRubyContentImpl$1PermStartList',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.impl.CTRubyContentImpl$1ProofErrList',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.impl.CTRubyContentImpl$1RList',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.impl.CTRunTrackChangeImpl$1AccList',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.impl.CTRunTrackChangeImpl$1BarList',
|
|
|
|
|
'org.openxmlformats.schemas.wordprocessingml.x2006.main.impl.CTRunTrackChangeImpl$1BookmarkEndList',
|
|
|
|
@ -2054,7 +2078,6 @@ thirdPartyAudit.excludes = [
|
|
|
|
|
'org.sqlite.SQLiteConfig',
|
|
|
|
|
'org.w3.x2000.x09.xmldsig.KeyInfoType',
|
|
|
|
|
'org.w3.x2000.x09.xmldsig.SignatureMethodType',
|
|
|
|
|
'org.w3.x2000.x09.xmldsig.SignatureValueType',
|
|
|
|
|
'org.w3.x2000.x09.xmldsig.TransformsType',
|
|
|
|
|
'org.w3.x2000.x09.xmldsig.impl.SignatureTypeImpl$1ObjectList',
|
|
|
|
|
'org.w3.x2000.x09.xmldsig.impl.SignedInfoTypeImpl$1ReferenceList',
|
|
|
|
|