summaryrefslogtreecommitdiff
path: root/opendc-trace
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2022-05-18 00:36:15 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2022-05-18 14:22:23 +0200
commit689c873ff68b6c8fd66740603dad6efa3bf8ab47 (patch)
treeef21ebff0d2cd8ff37208f760c33c9f2ee950f94 /opendc-trace
parent3c4afb14452f2ae28d66b349f080b5dea8b1366b (diff)
refactor(web/runner): Move runner CLI into separate configuration
This change splits the command line interface from the OpenDC web runner into a separate configuration. We plan to re-use the runner code for a Quarkus extension that integrates the runner in development mode.
Diffstat (limited to 'opendc-trace')
-rw-r--r--opendc-trace/opendc-trace-parquet/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/opendc-trace/opendc-trace-parquet/build.gradle.kts b/opendc-trace/opendc-trace-parquet/build.gradle.kts
index 794dd655..9b1e1273 100644
--- a/opendc-trace/opendc-trace-parquet/build.gradle.kts
+++ b/opendc-trace/opendc-trace-parquet/build.gradle.kts
@@ -43,6 +43,7 @@ dependencies {
exclude(group = "org.apache.htrace")
exclude(group = "commons-cli")
exclude(group = "javax.servlet")
+ exclude(group = "javax.servlet.jsp")
exclude(group = "org.eclipse.jetty")
exclude(group = "com.sun.jersey")
exclude(group = "com.jcraft")