File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
src/test/java/org/elasticsearch/client/sniff Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 2020import org.elasticsearch.gradle.precommit.PrecommitTasks
2121
2222apply plugin : ' elasticsearch.build'
23- apply plugin : ' ru.vyarus.animalsniffer'
2423apply plugin : ' nebula.maven-base-publish'
2524apply plugin : ' nebula.maven-scm'
2625
@@ -52,8 +51,6 @@ dependencies {
5251 testCompile " org.hamcrest:hamcrest-all:${ versions.hamcrest} "
5352 testCompile " org.elasticsearch:securemock:${ versions.securemock} "
5453 testCompile " org.elasticsearch:mocksocket:${ versions.mocksocket} "
55- testCompile " org.codehaus.mojo:animal-sniffer-annotations:1.15"
56- signature " org.codehaus.mojo.signature:java17:1.0@signature"
5754}
5855
5956forbiddenApisMain {
Original file line number Diff line number Diff line change 6060import static org .junit .Assert .assertThat ;
6161import static org .junit .Assert .fail ;
6262
63- //animal-sniffer doesn't like our usage of com.sun.net.httpserver.* classes
64- @ IgnoreJRERequirement
6563public class ElasticsearchHostsSnifferTests extends RestClientTestCase {
6664
6765 private int sniffRequestTimeout ;
You can’t perform that action at this time.
0 commit comments