1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-14 15:06:46 +00:00
Files
autopsy/IntegrationTesting/ivy.xml
2020-10-13 16:47:22 -04:00

16 lines
541 B
XML

<ivy-module version="2.0">
<info organisation="org.sleuthkit.autopsy" module="integrationtesting"/>
<configurations >
<!-- module dependencies -->
<conf name="integrationtesting"/>
</configurations>
<dependencies >
<!-- for yaml reading/writing -->
<dependency org="org.yaml" name="snakeyaml" rev="1.27"/>
<!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
<dependency org="com.google.code.gson" name="gson" rev="2.8.6"/>
</dependencies>
</ivy-module>