mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
Merge branch 'master' of https://git.alfresco.com/search_discovery/insightengine into fix/SEARCH-2078_FailingTestsInShardedMode
This commit is contained in:
+9
@@ -225,6 +225,15 @@ public abstract class AbstractAlfrescoDistributedIT extends SolrITInitializer
|
||||
}
|
||||
}
|
||||
|
||||
public static void explicitCommitOnAllClients() throws Exception
|
||||
{
|
||||
List<SolrClient> clients = getStandaloneAndShardedClients();
|
||||
|
||||
for (SolrClient client : clients) {
|
||||
client.commit();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the Default test client.
|
||||
*/
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
</distributionManagement>
|
||||
|
||||
<properties>
|
||||
<dependency.alfresco-data-model.version>8.87</dependency.alfresco-data-model.version>
|
||||
<dependency.alfresco-data-model.version>8.88</dependency.alfresco-data-model.version>
|
||||
<dependency.jackson.version>2.10.3</dependency.jackson.version>
|
||||
</properties>
|
||||
|
||||
|
||||
@@ -98,7 +98,7 @@ javax.activation-api-1.2.0.jar https://github.com/javaee/activation/blob/master
|
||||
|
||||
|
||||
=== BSD ===
|
||||
jibx-run-1.3.1.jar http://jibx.sourceforge.net/
|
||||
jibx-run-1.3.3.jar http://jibx.sourceforge.net/
|
||||
dom4j-2.1.1.jar https://github.com/dom4j/dom4j/blob/master/LICENSE
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user