diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-10-30 00:17:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-30 00:17:01 +0100 |
| commit | 91b38f216f3107d4be2fa26e78c3e6df674bcbca (patch) | |
| tree | 1f2239bb3758ac3099542fe7b06d559d58bdecd5 /simulator/opendc-runner-web/build.gradle.kts | |
| parent | ea0dd07e8a5deb8084ebcbae780e57fdd90bccc2 (diff) | |
| parent | 4ec2ace2e1ca37294f6e55c2965f1fc6f98d622c (diff) | |
Merge pull request #56 from atlarge-research/bug/scenario
Fix workings of scenarios
Diffstat (limited to 'simulator/opendc-runner-web/build.gradle.kts')
| -rw-r--r-- | simulator/opendc-runner-web/build.gradle.kts | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/simulator/opendc-runner-web/build.gradle.kts b/simulator/opendc-runner-web/build.gradle.kts index cf437843..a46e430f 100644 --- a/simulator/opendc-runner-web/build.gradle.kts +++ b/simulator/opendc-runner-web/build.gradle.kts @@ -42,12 +42,11 @@ dependencies { implementation("com.github.ajalt:clikt:2.8.0") implementation("io.github.microutils:kotlin-logging:1.7.10") + implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.9.8") { + exclude("org.jetbrains.kotlin", module = "kotlin-reflect") + } 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("org.apache.logging.log4j:log4j-1.2-api:2.13.1") |
