diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-04-30 17:41:20 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-04-30 17:45:52 +0200 |
| commit | 5c1b52bc771cddafed26da3c26612aeb115a3c0e (patch) | |
| tree | 8d05e425b50cc71f3cc7b25db656e66e5313a781 /gradle/libs.versions.toml | |
| parent | 157fc322e6e68eb77177d13844e9793aeb6e8850 (diff) | |
feat(trace/tools): Add support for querying traces using SQL
This change adds a command line interface for querying workload traces
using SQL. We provide a new command for the trace tools that can query a
workload trace.
Diffstat (limited to 'gradle/libs.versions.toml')
| -rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 458ac973..a5c0f184 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,6 +9,7 @@ gradle-node = "3.2.1" hadoop = "3.3.1" jackson = "2.13.2" jandex-gradle = "0.12.0" +jline = "3.21.0" jmh-gradle = "0.6.6" jakarta-validation = "2.0.2" junit-jupiter = "5.8.2" @@ -104,6 +105,7 @@ restassured-kotlin = { module = "io.rest-assured:kotlin-extensions" } # Calcite (SQL) calcite-core = { module = "org.apache.calcite:calcite-core", version.ref = "calcite" } +jline = { module = "org.jline:jline", version.ref = "jline" } # Other classgraph = { module = "io.github.classgraph:classgraph", version.ref = "classgraph" } |
