OpenSearch/x-pack/plugin/eql/qa
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
..
common Fix Eclipse build (#62733) (#62786) 2020-09-22 17:44:25 -04:00
rest EQL: Remove support for `=` for comparisons (#62756) (#62775) 2020-09-22 20:56:04 +02:00
security EQL: Remove support for `=` for comparisons (#62756) (#62775) 2020-09-22 20:56:04 +02:00
build.gradle Replace compile configuration usage with api (7.x backport) (#58721) 2020-06-30 15:57:41 +02:00