summaryrefslogtreecommitdiff
path: root/simulator/opendc
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2020-09-27 17:14:38 +0200
committerGitHub <noreply@github.com>2020-09-27 17:14:38 +0200
commit1656a77645079754fc31cffad9d0af6d92e184ee (patch)
treeb644619ca159dc0ba85ef57788294c05f6f53976 /simulator/opendc
parentb717004a0c37e0f6282ec40a667c14d18e87b528 (diff)
parentc0f9343293392c357d4a3d5ea889a25a91ea0123 (diff)
Merge pull request #41 from atlarge-research/chore/kotlin-1.4
Update to Kotlin 1.4
Diffstat (limited to 'simulator/opendc')
-rw-r--r--simulator/opendc/opendc-compute/build.gradle.kts1
-rw-r--r--simulator/opendc/opendc-core/build.gradle.kts1
-rw-r--r--simulator/opendc/opendc-experiments-sc20/build.gradle.kts1
-rw-r--r--simulator/opendc/opendc-format/build.gradle.kts1
-rw-r--r--simulator/opendc/opendc-workflows/build.gradle.kts1
5 files changed, 0 insertions, 5 deletions
diff --git a/simulator/opendc/opendc-compute/build.gradle.kts b/simulator/opendc/opendc-compute/build.gradle.kts
index acdcd5a7..376c4269 100644
--- a/simulator/opendc/opendc-compute/build.gradle.kts
+++ b/simulator/opendc/opendc-compute/build.gradle.kts
@@ -30,7 +30,6 @@ plugins {
}
dependencies {
- implementation(kotlin("stdlib"))
api(project(":odcsim:odcsim-api"))
api(project(":opendc:opendc-core"))
implementation("io.github.microutils:kotlin-logging:1.7.9")
diff --git a/simulator/opendc/opendc-core/build.gradle.kts b/simulator/opendc/opendc-core/build.gradle.kts
index 5443f056..45c38ffd 100644
--- a/simulator/opendc/opendc-core/build.gradle.kts
+++ b/simulator/opendc/opendc-core/build.gradle.kts
@@ -30,7 +30,6 @@ plugins {
}
dependencies {
- implementation(kotlin("stdlib"))
api(project(":odcsim:odcsim-api"))
testImplementation("org.junit.jupiter:junit-jupiter-api:${Library.JUNIT_JUPITER}")
diff --git a/simulator/opendc/opendc-experiments-sc20/build.gradle.kts b/simulator/opendc/opendc-experiments-sc20/build.gradle.kts
index 46d99564..a66612e4 100644
--- a/simulator/opendc/opendc-experiments-sc20/build.gradle.kts
+++ b/simulator/opendc/opendc-experiments-sc20/build.gradle.kts
@@ -38,7 +38,6 @@ application {
dependencies {
api(project(":opendc:opendc-core"))
implementation(project(":opendc:opendc-format"))
- implementation(kotlin("stdlib"))
implementation("com.github.ajalt:clikt:2.6.0")
implementation("me.tongfei:progressbar:0.8.1")
diff --git a/simulator/opendc/opendc-format/build.gradle.kts b/simulator/opendc/opendc-format/build.gradle.kts
index 4414b638..4cccd302 100644
--- a/simulator/opendc/opendc-format/build.gradle.kts
+++ b/simulator/opendc/opendc-format/build.gradle.kts
@@ -34,7 +34,6 @@ dependencies {
api(project(":opendc:opendc-compute"))
api(project(":opendc:opendc-workflows"))
api("com.fasterxml.jackson.module:jackson-module-kotlin:2.9.8")
- implementation(kotlin("stdlib"))
implementation(kotlin("reflect"))
testImplementation("org.junit.jupiter:junit-jupiter-api:${Library.JUNIT_JUPITER}")
diff --git a/simulator/opendc/opendc-workflows/build.gradle.kts b/simulator/opendc/opendc-workflows/build.gradle.kts
index 7a5e2067..893c9020 100644
--- a/simulator/opendc/opendc-workflows/build.gradle.kts
+++ b/simulator/opendc/opendc-workflows/build.gradle.kts
@@ -32,7 +32,6 @@ plugins {
dependencies {
api(project(":opendc:opendc-core"))
api(project(":opendc:opendc-compute"))
- implementation(kotlin("stdlib"))
testRuntimeOnly(project(":odcsim:odcsim-engine-omega"))
testImplementation(project(":opendc:opendc-format"))