summaryrefslogtreecommitdiff
path: root/simulator/opendc/opendc-runner-web/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'simulator/opendc/opendc-runner-web/build.gradle.kts')
-rw-r--r--simulator/opendc/opendc-runner-web/build.gradle.kts8
1 files changed, 7 insertions, 1 deletions
diff --git a/simulator/opendc/opendc-runner-web/build.gradle.kts b/simulator/opendc/opendc-runner-web/build.gradle.kts
index 52a59694..6f725de1 100644
--- a/simulator/opendc/opendc-runner-web/build.gradle.kts
+++ b/simulator/opendc/opendc-runner-web/build.gradle.kts
@@ -42,8 +42,14 @@ dependencies {
implementation("com.github.ajalt:clikt:2.8.0")
implementation("io.github.microutils:kotlin-logging:1.7.10")
+
implementation("org.mongodb:mongodb-driver-sync:4.0.5")
+ implementation("org.apache.spark:spark-sql_2.12:3.0.0") {
+ exclude(group = "org.slf4j", module = "slf4j-log4j12")
+ exclude(group = "log4j")
+ }
- runtimeOnly("org.apache.logging.log4j:log4j-slf4j-impl:2.13.1")
runtimeOnly(project(":odcsim:odcsim-engine-omega"))
+ runtimeOnly("org.apache.logging.log4j:log4j-slf4j-impl:2.13.1")
+ runtimeOnly("org.apache.logging.log4j:log4j-1.2-api:2.13.1")
}