File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/test/java/plugin/test Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 69
69
<hadoop .version>2.3.0</hadoop .version>
70
70
<junit .version>4.11</junit .version>
71
71
<hydrator .version>1.7.0</hydrator .version>
72
- <es .version>5.2.2 </es .version>
73
- <es-hadoop .version>5.2.2 </es-hadoop .version>
72
+ <es .version>5.4.0 </es .version>
73
+ <es-hadoop .version>5.4.0 </es-hadoop .version>
74
74
<widgets .dir>widgets</widgets .dir>
75
75
<slf4j .version>1.7.5</slf4j .version>
76
76
<netty .version>4.0.30.Final</netty .version>
Original file line number Diff line number Diff line change 57
57
import org .elasticsearch .action .search .SearchResponse ;
58
58
import org .elasticsearch .client .Client ;
59
59
import org .elasticsearch .common .settings .Settings ;
60
+ import org .elasticsearch .node .InternalSettingsPreparer ;
60
61
import org .elasticsearch .node .Node ;
61
- import org .elasticsearch .node .internal .InternalSettingsPreparer ;
62
62
import org .elasticsearch .plugins .Plugin ;
63
63
import org .elasticsearch .transport .Netty4Plugin ;
64
64
import org .junit .After ;
You can’t perform that action at this time.
0 commit comments