diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-11-02 23:21:52 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-01-03 16:08:28 +0100 |
| commit | 48a768b873e390825178073232ce18b429cdf4c3 (patch) | |
| tree | 004e3c34e61a9bda5f5d5aeea321d6901ff2d27f /simulator/opendc-compute/opendc-compute-core/build.gradle.kts | |
| parent | 2a00ae0b12077cf304f3c182256e25ebe22171da (diff) | |
Integrate event tracer in SimVirtProvisioningService
Diffstat (limited to 'simulator/opendc-compute/opendc-compute-core/build.gradle.kts')
| -rw-r--r-- | simulator/opendc-compute/opendc-compute-core/build.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/simulator/opendc-compute/opendc-compute-core/build.gradle.kts b/simulator/opendc-compute/opendc-compute-core/build.gradle.kts index 9682b50f..ac2dc78d 100644 --- a/simulator/opendc-compute/opendc-compute-core/build.gradle.kts +++ b/simulator/opendc-compute/opendc-compute-core/build.gradle.kts @@ -29,6 +29,7 @@ plugins { dependencies { api(project(":opendc-core")) + api(project(":opendc-trace:opendc-trace-core")) implementation(project(":opendc-utils")) implementation("io.github.microutils:kotlin-logging:1.7.9") |
