From ba259ded671449a6a75e44c0e06767a9212598a6 Mon Sep 17 00:00:00 2001 From: Florian Roks Date: Sun, 23 Jan 2022 14:03:09 +0100 Subject: [PATCH] update gradle, remove dsl-example (own repo), switch to doip-sim-ecu repos for dependencies --- doip-sim-ecu-dsl/build.gradle.kts | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/doip-sim-ecu-dsl/build.gradle.kts b/doip-sim-ecu-dsl/build.gradle.kts index e6ea464..e0f4150 100644 --- a/doip-sim-ecu-dsl/build.gradle.kts +++ b/doip-sim-ecu-dsl/build.gradle.kts @@ -16,12 +16,9 @@ repositories { dependencies { implementation(kotlin("stdlib")) - api("com.github.doip:doip-simulation:1.4.3") - api("com.github.doip:doip-library:1.1.5") - api("com.github.doip:doip-logging:1.1.7") - - api("org.apache.logging.log4j:log4j-api:2.17.1") // Enforce secure log4j version - api("org.apache.logging.log4j:log4j-core:2.17.1") // Enforce secure log4j version + api("com.github.doip-sim-ecu:doip-simulation:1.4.5") + api("com.github.doip-sim-ecu:doip-library:1.1.8") + api("com.github.doip-sim-ecu:doip-logging:1.1.9") testImplementation(kotlin("test")) testImplementation("org.mockito.kotlin:mockito-kotlin:4.0.0")