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 20
20
import org.elasticsearch.gradle.precommit.PrecommitTasks
21
21
22
22
apply plugin : ' elasticsearch.build'
23
- apply plugin : ' ru.vyarus.animalsniffer'
24
23
apply plugin : ' nebula.maven-base-publish'
25
24
apply plugin : ' nebula.maven-scm'
26
25
@@ -52,8 +51,6 @@ dependencies {
52
51
testCompile " org.hamcrest:hamcrest-all:${ versions.hamcrest} "
53
52
testCompile " org.elasticsearch:securemock:${ versions.securemock} "
54
53
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"
57
54
}
58
55
59
56
forbiddenApisMain {
Original file line number Diff line number Diff line change 60
60
import static org .junit .Assert .assertThat ;
61
61
import static org .junit .Assert .fail ;
62
62
63
- //animal-sniffer doesn't like our usage of com.sun.net.httpserver.* classes
64
- @ IgnoreJRERequirement
65
63
public class ElasticsearchHostsSnifferTests extends RestClientTestCase {
66
64
67
65
private int sniffRequestTimeout ;
You can’t perform that action at this time.
0 commit comments