OpenSearch/x-pack/plugin/eql/qa/common
Nik Everett fa13585fae
Fix Eclipse build (#62733) (#62786)
Eclipse was confused for two reasons:
1. `:x-pack:plugin` depended on itself.
2. `ql`, `sql`, and `eql` couldn't see some methods.

I fixed problem 1 by only adding the "depends on itself" configuration
outside of eclipse. I fixed problem 2 by making a `test` sub-project in
`ql` that contains test utilities and depending on those where possible.
2020-09-22 17:44:25 -04:00
..
licenses EQL: EqlActionIT improvements (#53780) (#53888) 2020-03-20 17:28:15 -04:00
src/main EQL: Remove support for `=` for comparisons (#62756) (#62775) 2020-09-22 20:56:04 +02:00
build.gradle Fix Eclipse build (#62733) (#62786) 2020-09-22 17:44:25 -04:00