mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
No longer attempting to download Solr WAR as it no longer exists
This commit is contained in:
parent
5e3e0a9476
commit
081df07fda
@ -7,7 +7,7 @@
|
||||
|
||||
<!-- Solr server dependencies -->
|
||||
<conf name="solr-libs"/>
|
||||
<conf name="solr-war"/>
|
||||
<!--<conf name="solr-war"/>-->
|
||||
<conf name="start-solr"/>
|
||||
<conf name="jetty-libs"/>
|
||||
<conf name="slf4j-libs"/>
|
||||
@ -15,8 +15,8 @@
|
||||
</configurations>
|
||||
<dependencies>
|
||||
<!-- Solr -->
|
||||
<dependency conf="solr-libs->default" org="org.apache.solr" name="solr-cell" rev="4.9.1"/>
|
||||
<dependency conf="solr-war->default" org="org.apache.solr" name="solr" rev="4.9.1" transitive="false" /> <!-- the war file -->
|
||||
<dependency conf="solr-libs->default" org="org.apache.solr" name="solr-cell" rev="6.2.1"/>
|
||||
<!--<dependency conf="solr-war->default" org="org.apache.solr" name="solr" rev="6.2.1" transitive="false" />-->
|
||||
|
||||
<!-- Autopsy -->
|
||||
<dependency conf="autopsy->*" org="org.apache.solr" name="solr-solrj" rev="6.2.1"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user