summaryrefslogtreecommitdiff
path: root/opendc/opendc-compute/build.gradle.kts
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2020-05-08 10:23:10 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2020-05-08 10:23:10 +0200
commitdb934d9cebe1d48e148e54aca507e2c44a9bc946 (patch)
treecffff3e75926084edd742e28d2cb4c84d8372604 /opendc/opendc-compute/build.gradle.kts
parente2e7e1abaf70d7e49e2e4af04648796f01ba6492 (diff)
parentcbdbf818004040b60aa122dc6cb98ef635fa5ac1 (diff)
Merge branch 'feat/database-metrics' into '2.x'
Add database integration for experimental results Closes #57 See merge request opendc/opendc-simulator!65
Diffstat (limited to 'opendc/opendc-compute/build.gradle.kts')
-rw-r--r--opendc/opendc-compute/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/opendc/opendc-compute/build.gradle.kts b/opendc/opendc-compute/build.gradle.kts
index 09c904f2..7d43b064 100644
--- a/opendc/opendc-compute/build.gradle.kts
+++ b/opendc/opendc-compute/build.gradle.kts
@@ -33,6 +33,7 @@ dependencies {
implementation(kotlin("stdlib"))
api(project(":odcsim:odcsim-api"))
api(project(":opendc:opendc-core"))
+ implementation("io.github.microutils:kotlin-logging:1.7.9")
testRuntimeOnly(project(":odcsim:odcsim-engine-omega"))
testImplementation("org.junit.jupiter:junit-jupiter-api:${Library.JUNIT_JUPITER}")