mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
Merge pull request #2765 from dgrove727/2612_MissingPOIMethod
2612 missing poi method
This commit is contained in:
commit
caac0cd733
@ -28,8 +28,8 @@
|
|||||||
<dependency conf="autopsy_core->*" org="log4j" name="log4j" rev="1.2.17"/>
|
<dependency conf="autopsy_core->*" org="log4j" name="log4j" rev="1.2.17"/>
|
||||||
|
|
||||||
<!-- <dependency conf="autopsy_core->*" org="org.jdom" name="jdom" rev="1.1.3"/> -->
|
<!-- <dependency conf="autopsy_core->*" org="org.jdom" name="jdom" rev="1.1.3"/> -->
|
||||||
<dependency conf="autopsy_core->*" org="org.apache.poi" name="poi-excelant" rev="3.8"/>
|
<dependency conf="autopsy_core->*" org="org.apache.poi" name="poi-excelant" rev="3.10.1"/>
|
||||||
<dependency conf="autopsy_core->*" org="org.apache.poi" name="poi-scratchpad" rev="3.8"/>
|
<dependency conf="autopsy_core->*" org="org.apache.poi" name="poi-scratchpad" rev="3.10.1"/>
|
||||||
|
|
||||||
<!-- process and system monitoring, note: matching native libs pulled from thirdparty -->
|
<!-- process and system monitoring, note: matching native libs pulled from thirdparty -->
|
||||||
<dependency conf="autopsy_core->*" org="org.fusesource" name="sigar" rev="1.6.4" />
|
<dependency conf="autopsy_core->*" org="org.fusesource" name="sigar" rev="1.6.4" />
|
||||||
|
@ -708,8 +708,8 @@
|
|||||||
<binary-origin>release/modules/ext/jna-3.4.0.jar</binary-origin>
|
<binary-origin>release/modules/ext/jna-3.4.0.jar</binary-origin>
|
||||||
</class-path-extension>
|
</class-path-extension>
|
||||||
<class-path-extension>
|
<class-path-extension>
|
||||||
<runtime-relative-path>ext/poi-ooxml-schemas-3.8.jar</runtime-relative-path>
|
<runtime-relative-path>ext/poi-ooxml-schemas-3.10.1.jar</runtime-relative-path>
|
||||||
<binary-origin>release/modules/ext/poi-ooxml-schemas-3.8.jar</binary-origin>
|
<binary-origin>release/modules/ext/poi-ooxml-schemas-3.10.1.jar</binary-origin>
|
||||||
</class-path-extension>
|
</class-path-extension>
|
||||||
<class-path-extension>
|
<class-path-extension>
|
||||||
<runtime-relative-path>ext/gson-1.4.jar</runtime-relative-path>
|
<runtime-relative-path>ext/gson-1.4.jar</runtime-relative-path>
|
||||||
@ -768,8 +768,8 @@
|
|||||||
<binary-origin>release/modules/ext/jcalendarbutton-1.4.6.jar</binary-origin>
|
<binary-origin>release/modules/ext/jcalendarbutton-1.4.6.jar</binary-origin>
|
||||||
</class-path-extension>
|
</class-path-extension>
|
||||||
<class-path-extension>
|
<class-path-extension>
|
||||||
<runtime-relative-path>ext/poi-ooxml-3.8.jar</runtime-relative-path>
|
<runtime-relative-path>ext/poi-ooxml-3.10.1.jar</runtime-relative-path>
|
||||||
<binary-origin>release/modules/ext/poi-ooxml-3.8.jar</binary-origin>
|
<binary-origin>release/modules/ext/poi-ooxml-3.10.1.jar</binary-origin>
|
||||||
</class-path-extension>
|
</class-path-extension>
|
||||||
<class-path-extension>
|
<class-path-extension>
|
||||||
<runtime-relative-path>ext/imageio-psd-3.2.jar</runtime-relative-path>
|
<runtime-relative-path>ext/imageio-psd-3.2.jar</runtime-relative-path>
|
||||||
@ -784,8 +784,8 @@
|
|||||||
<binary-origin>release/modules/ext/servlet-api-2.5.jar</binary-origin>
|
<binary-origin>release/modules/ext/servlet-api-2.5.jar</binary-origin>
|
||||||
</class-path-extension>
|
</class-path-extension>
|
||||||
<class-path-extension>
|
<class-path-extension>
|
||||||
<runtime-relative-path>ext/poi-excelant-3.8.jar</runtime-relative-path>
|
<runtime-relative-path>ext/poi-excelant-3.10.1.jar</runtime-relative-path>
|
||||||
<binary-origin>release/modules/ext/poi-excelant-3.8.jar</binary-origin>
|
<binary-origin>release/modules/ext/poi-excelant-3.10.1.jar</binary-origin>
|
||||||
</class-path-extension>
|
</class-path-extension>
|
||||||
<class-path-extension>
|
<class-path-extension>
|
||||||
<runtime-relative-path>ext/imageio-pcx-3.2.jar</runtime-relative-path>
|
<runtime-relative-path>ext/imageio-pcx-3.2.jar</runtime-relative-path>
|
||||||
@ -824,8 +824,8 @@
|
|||||||
<binary-origin>release/modules/ext/geronimo-jms_1.1_spec-1.0.jar</binary-origin>
|
<binary-origin>release/modules/ext/geronimo-jms_1.1_spec-1.0.jar</binary-origin>
|
||||||
</class-path-extension>
|
</class-path-extension>
|
||||||
<class-path-extension>
|
<class-path-extension>
|
||||||
<runtime-relative-path>ext/poi-scratchpad-3.8.jar</runtime-relative-path>
|
<runtime-relative-path>ext/poi-scratchpad-3.10.1.jar</runtime-relative-path>
|
||||||
<binary-origin>release/modules/ext/poi-scratchpad-3.8.jar</binary-origin>
|
<binary-origin>release/modules/ext/poi-scratchpad-3.10.1.jar</binary-origin>
|
||||||
</class-path-extension>
|
</class-path-extension>
|
||||||
<class-path-extension>
|
<class-path-extension>
|
||||||
<runtime-relative-path>ext/joda-time-2.4-sources.jar</runtime-relative-path>
|
<runtime-relative-path>ext/joda-time-2.4-sources.jar</runtime-relative-path>
|
||||||
@ -896,8 +896,8 @@
|
|||||||
<binary-origin>release/modules/ext/commons-io-2.4.jar</binary-origin>
|
<binary-origin>release/modules/ext/commons-io-2.4.jar</binary-origin>
|
||||||
</class-path-extension>
|
</class-path-extension>
|
||||||
<class-path-extension>
|
<class-path-extension>
|
||||||
<runtime-relative-path>ext/poi-3.8.jar</runtime-relative-path>
|
<runtime-relative-path>ext/poi-3.10.1.jar</runtime-relative-path>
|
||||||
<binary-origin>release/modules/ext/poi-3.8.jar</binary-origin>
|
<binary-origin>release/modules/ext/poi-3.10.1.jar</binary-origin>
|
||||||
</class-path-extension>
|
</class-path-extension>
|
||||||
<class-path-extension>
|
<class-path-extension>
|
||||||
<runtime-relative-path>ext/controlsfx-8.40.11.jar</runtime-relative-path>
|
<runtime-relative-path>ext/controlsfx-8.40.11.jar</runtime-relative-path>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user