mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
merge from develop
This commit is contained in:
commit
34919248ca
@ -185,6 +185,9 @@
|
||||
<copy file="${thirdparty.dir}/LICENSE-2.0.txt" todir="${ext.dir}" />
|
||||
<!-- fetch all the dependencies from Ivy and stick them in the right places -->
|
||||
<ivy:resolve log="quiet"/>
|
||||
|
||||
<!-- Make a report that lists out the dependencies that our JARs have -->
|
||||
<ivy:report todir='${basedir}/build/ivy-reports' graph='true' xml='false'/>
|
||||
<ivy:retrieve conf="core" pattern="${ext.dir}/[artifact]-[revision](-[classifier]).[ext]" />
|
||||
</target>
|
||||
|
||||
|
@ -37,6 +37,9 @@
|
||||
<target name="get-deps" description="retrieve dependencies using ivy" depends="init-ivy,build-native-libs,get-thirdparty-dependencies">
|
||||
<ivy:settings file="ivysettings.xml" />
|
||||
<ivy:resolve log="quiet"/>
|
||||
|
||||
<!-- Make a report that lists out the dependencies that our JARs have -->
|
||||
<ivy:report todir='${basedir}/build/ivy-reports' graph='true' xml='false'/>
|
||||
<ivy:retrieve pattern="${basedir}/release/modules/ext/[artifact]-[revision](-[classifier]).[ext]" />
|
||||
</target>
|
||||
|
||||
|
@ -34,7 +34,7 @@
|
||||
<dependency conf="jetty-libs->default" org="org.eclipse.jetty" name="jetty-deploy" rev="11.0.8"/>
|
||||
<dependency conf="servlet->default" org="org.eclipse.jetty.orbit" name="javax.servlet" rev="3.0.0.v201112011016"/>
|
||||
|
||||
|
||||
<!-- logging -->
|
||||
<dependency conf="slf4j-libs->default" org="org.slf4j" name="slf4j-log4j12" rev="1.7.36"/>
|
||||
<dependency conf="slf4j-libs->default" org="org.slf4j" name="jcl-over-slf4j" rev="1.7.36"/>
|
||||
<dependency conf="slf4j-libs->default" org="org.slf4j" name="jul-to-slf4j" rev="1.7.36"/>
|
||||
|
Binary file not shown.
BIN
KeywordSearch/solr/server/lib/ext/log4j-1.2-api-2.17.2.jar
Executable file
BIN
KeywordSearch/solr/server/lib/ext/log4j-1.2-api-2.17.2.jar
Executable file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
KeywordSearch/solr/server/lib/ext/log4j-web-2.17.2.jar
Executable file
BIN
KeywordSearch/solr/server/lib/ext/log4j-web-2.17.2.jar
Executable file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user