diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2020-05-08 10:23:10 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2020-05-08 10:23:10 +0200 |
| commit | db934d9cebe1d48e148e54aca507e2c44a9bc946 (patch) | |
| tree | cffff3e75926084edd742e28d2cb4c84d8372604 /opendc/opendc-compute/build.gradle.kts | |
| parent | e2e7e1abaf70d7e49e2e4af04648796f01ba6492 (diff) | |
| parent | cbdbf818004040b60aa122dc6cb98ef635fa5ac1 (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.kts | 1 |
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}") |
