Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"manifest": {
"version-constraint": "8 - 9",
"version-constraint": ">8",
"plugins": [
{
"name": "request-handler",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import java.lang.invoke.MethodHandles;
import java.util.Arrays;

import org.apache.lucene.util.LuceneTestCase;
import org.apache.solr.client.solrj.request.CollectionAdminRequest;
import org.apache.solr.core.TestSolrConfigHandler;
import org.apache.solr.util.LogLevel;
Expand All @@ -39,7 +38,6 @@
import org.slf4j.LoggerFactory;

@LogLevel("org.apache=INFO")
@LuceneTestCase.AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-15902")
public class PackageManagerCLITest extends SolrCloudTestCase {

// Note for those who want to modify the jar files used in the packages used in this test:
Expand Down